Skip to content

Commit 16e22c9

Browse files
committed
CI: use go 1.26.4
1 parent afba959 commit 16e22c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
go: ["1.25.8", "1.26"]
17+
go: ["1.25.8", "1.26.4"]
1818
steps:
1919
- uses: actions/checkout@v6
2020
- uses: actions/setup-go@v6
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run tests
2424
run: |
2525
go test -v -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... ./...
26-
- if: ${{ matrix.go == '1.26' }}
26+
- if: ${{ matrix.go == '1.26.4' }}
2727
uses: shogo82148/actions-goveralls@v1
2828
with:
2929
path-to-profile: coverage.txt
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v6
3636
- uses: actions/setup-go@v6
3737
with:
38-
go-version: "1.26"
38+
go-version: "1.26.4"
3939
cache: false
4040
- name: Run lint
4141
uses: golangci/golangci-lint-action@v9

0 commit comments

Comments
 (0)