Skip to content

Commit eb9e28b

Browse files
committed
🐛 FIX: Change Go Version
1 parent 0a0967c commit eb9e28b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ jobs:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
goos: ${{ matrix.goos }}
3232
goarch: ${{ matrix.goarch }}
33-
goversion: "https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz"
34-
binary_name: "GoJelastic"
35-
extra_files: LICENSE README.md
33+
goversion: "https://dl.google.com/go/go1.18.1.linux-amd64.tar.gz"
34+
binary_name: "GoJelastic"

0 commit comments

Comments
 (0)