Skip to content

Commit 378e751

Browse files
committed
GH Actions: updated to Go 1.26
1 parent 77cd6e1 commit 378e751

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
go: ['1.24.x', '1.25.x']
17+
go: ['1.25.x', '1.26.x']
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- name: Set up Go
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version: ${{ matrix.go }}
2525

@@ -36,7 +36,7 @@ jobs:
3636
run: go test -race -v ./...
3737

3838
- name: Coveralls
39-
if: ${{ startsWith(matrix.go, '1.25') && github.event_name == 'push' }}
39+
if: ${{ startsWith(matrix.go, '1.26') && github.event_name == 'push' }}
4040
env:
4141
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
run: |

0 commit comments

Comments
 (0)