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 afba959 commit 16e22c9Copy full SHA for 16e22c9
1 file changed
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- go: ["1.25.8", "1.26"]
+ go: ["1.25.8", "1.26.4"]
18
steps:
19
- uses: actions/checkout@v6
20
- uses: actions/setup-go@v6
@@ -23,7 +23,7 @@ jobs:
23
- name: Run tests
24
run: |
25
go test -v -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... ./...
26
- - if: ${{ matrix.go == '1.26' }}
+ - if: ${{ matrix.go == '1.26.4' }}
27
uses: shogo82148/actions-goveralls@v1
28
with:
29
path-to-profile: coverage.txt
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
- go-version: "1.26"
+ go-version: "1.26.4"
39
cache: false
40
- name: Run lint
41
uses: golangci/golangci-lint-action@v9
0 commit comments