Skip to content

Commit 997c5a7

Browse files
committed
fix workflow
1 parent 0576fba commit 997c5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v4
2828
with:
29-
go-version: '1.21'
29+
go-version: '1.22'
3030

3131
- name: Go vet
3232
run: go vet ./...

0 commit comments

Comments
 (0)