Skip to content

Commit

Permalink
Use Go 1.22 in ci.yml (#3369)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed May 8, 2024
1 parent 02b71ab commit 9ec7a68
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -28,8 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
go-version: '1.22.3'

- name: install gotestsum
run: go install gotest.tools/gotestsum@latest
Expand Down Expand Up @@ -77,8 +76,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.9'
# go-version-file: go.mod
# check-latest: true
go-version: '1.22.3'
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
- run: govulncheck ./...

0 comments on commit 9ec7a68

Please sign in to comment.