Skip to content

Commit 72caf50

Browse files
committed
Upgrade to Go 1.23.5
1 parent ae3e423 commit 72caf50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-go@v5
3131
with:
32-
go-version: '1.22.8'
32+
go-version: '1.23.5'
3333

3434
- name: install gotestsum
3535
run: go install gotest.tools/gotestsum@latest
@@ -77,6 +77,6 @@ jobs:
7777
- uses: actions/checkout@v4
7878
- uses: actions/setup-go@v5
7979
with:
80-
go-version: '1.22.8'
80+
go-version: '1.23.5'
8181
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
8282
- run: govulncheck ./...

0 commit comments

Comments
 (0)