We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae3388 commit 7915943Copy full SHA for 7915943
.github/workflows/release.yaml
@@ -23,4 +23,4 @@ jobs:
23
github_token: ${{ secrets.GITHUB_TOKEN }}
24
goos: ${{ matrix.goos }}
25
goarch: ${{ matrix.goarch }}
26
- goversion: "https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz"
+ goversion: "https://dl.google.com/go/go1.18.3.linux-amd64.tar.gz"
0 commit comments