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 20bb892 commit 7b91958Copy full SHA for 7b91958
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up go
19
uses: actions/setup-go@v3
20
with:
21
- go-version: 1.19.2
+ go-version: 1.21.9
22
23
- name: Build
24
run: go build ./...
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- go-version: 1.19.3
run: bash hack/github-release.sh
0 commit comments