We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb73b9c commit ad8f679Copy full SHA for ad8f679
.github/workflows/codetests.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-go@v5
18
with:
19
- go-version: 1.19
+ go-version: 1.26
20
- name: go-test
21
run: go test -race '-test.v' -covermode=atomic ./...
22
# Runs golangci-lint on macos against freebsd and macos.
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
33
34
35
36
- name: golangci-lint
37
uses: golangci/golangci-lint-action@v6
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
0 commit comments