Skip to content

Commit b7eeef8

Browse files
committed
Update Go version in CI aswell
1 parent 97dc0ab commit b7eeef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-go@v4
2727
with:
28-
go-version: "~1.21.6"
28+
go-version: "~1.23.4"
2929
- name: Test
3030
run: go test -v -timeout=1s -coverprofile=coverage.txt -covermode=atomic ./...
3131
- name: Test (race)
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v3
4343
- uses: actions/setup-go@v4
4444
with:
45-
go-version: "~1.20.13"
45+
go-version: "~1.22.10"
4646
- name: Test
4747
run: go test -v -timeout=1s ./...
4848
- name: Test (race)

0 commit comments

Comments
 (0)