Skip to content

Commit f6ee89f

Browse files
Update ci.yml with bumped go version for vulncheck (#2439)
1 parent 2808a60 commit f6ee89f

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'
95+
go-version: '>=1.20.6'
9696
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
9797
- run: govulncheck ./...

0 commit comments

Comments
 (0)