We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe82f4 commit 3fc4eceCopy full SHA for 3fc4ece
1 file changed
.github/workflows/codetests.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-go@v4
18
with:
19
- go-version: 1.19
+ go-version: 1.24
20
- name: go-test
21
run: go test -race -covermode=atomic ./...
22
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
34
35
36
37
- name: golangci-lint
38
uses: golangci/golangci-lint-action@v3
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
0 commit comments