Skip to content

Commit e2f5b79

Browse files
fix(ci): bump go version for govulncheck in ci.yml
1 parent 973068d commit e2f5b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ jobs:
9292
- uses: actions/checkout@v3
9393
- uses: actions/setup-go@v4
9494
with:
95-
go-version: '1.20.6'
95+
go-version: '1.21rc4'
9696
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
9797
- run: govulncheck ./...

0 commit comments

Comments
 (0)