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 0576fba commit 997c5a7Copy full SHA for 997c5a7
.github/workflows/go.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Go
27
uses: actions/setup-go@v4
28
with:
29
- go-version: '1.21'
+ go-version: '1.22'
30
31
- name: Go vet
32
run: go vet ./...
0 commit comments