1 parent b2f82cf commit f66d852Copy full SHA for f66d852
1 file changed
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Go
21
uses: actions/setup-go@v6
22
with:
23
- go-version: 1.21
+ go-version: 1.23
24
- name: Test Go
25
run: go test -v --race ./...
26
test-release:
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
- name: Try Bump-up Semantic Version
37
uses: kyoh86/git-vertag-action@v1
38
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
- name: Search diagnostics
55
uses: golangci/golangci-lint-action@v9
56
set-releasable-status:
0 commit comments