Skip to content

Commit 77cd6e1

Browse files
committed
GH Actions: updated to Go 1.25
1 parent b19b443 commit 77cd6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 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.23.x', '1.24.x']
17+
go: ['1.24.x', '1.25.x']
1818
steps:
1919
- uses: actions/checkout@v4
2020

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

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

0 commit comments

Comments
 (0)