Skip to content

Commit

Permalink
Bump go version (#25)
Browse files Browse the repository at this point in the history
* Bump go version

* Lower go version

* Add comment
  • Loading branch information
sedkis authored May 2, 2024
1 parent 3953e93 commit 65cbc70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
- name: Setup Go v1.21.8
with:
go-version: '1.21.8'
uses: actions/setup-go@v5
- name: Copy Env Files
run: cp .env.example .env

Expand Down
1 change: 1 addition & 0 deletions go/src/CustomGoPlugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func MakeOutboundCall(rw http.ResponseWriter, r *http.Request) {

func main() {}

// This will be run during Gateway startup
func init() {
logger.Info("--- Go custom plugin init success! ---- ")
}

0 comments on commit 65cbc70

Please sign in to comment.