Skip to content

Commit

Permalink
Upgrade to Go 1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Jan 20, 2025
1 parent ae3e423 commit 72caf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.8'
go-version: '1.23.5'

- name: install gotestsum
run: go install gotest.tools/gotestsum@latest
Expand Down Expand Up @@ -77,6 +77,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.8'
go-version: '1.23.5'
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
- run: govulncheck ./...

0 comments on commit 72caf50

Please sign in to comment.