We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3315c2 commit 082011fCopy full SHA for 082011f
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
fetch-depth: 2
12
- uses: actions/setup-go@v6.2.0
13
with:
14
- go-version: '1.25'
+ go-version: '1.26'
15
- name: Run coverage
16
run: go env -w GOTOOLCHAIN=go1.25.0+auto && go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
17
- name: Upload coverage to Codecov
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v6.2.0
21
22
23
24
- name: Build
25
run: go build -v ./...
0 commit comments