Skip to content

Commit f66d852

Browse files
committed
Update test workflow Go version
1 parent b2f82cf commit f66d852

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: 1.21
23+
go-version: 1.23
2424
- name: Test Go
2525
run: go test -v --race ./...
2626
test-release:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Go
3333
uses: actions/setup-go@v6
3434
with:
35-
go-version: 1.21
35+
go-version: 1.23
3636
- name: Try Bump-up Semantic Version
3737
uses: kyoh86/git-vertag-action@v1
3838
with:
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup Go
5151
uses: actions/setup-go@v6
5252
with:
53-
go-version: 1.21
53+
go-version: 1.23
5454
- name: Search diagnostics
5555
uses: golangci/golangci-lint-action@v9
5656
set-releasable-status:

0 commit comments

Comments
 (0)