Skip to content

Commit f884c97

Browse files
committed
bump workflow go versions
1 parent ca8a74e commit f884c97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: 1.23.3
28+
go-version: 1.25.5
2929

3030
- name: Run tests
3131
shell: bash

.github/workflows/test-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
run-tests:
77
strategy:
88
matrix:
9-
go-version: [1.23.3]
9+
go-version: [1.25.5]
1010
platform: [ubuntu-latest, macos-latest, windows-latest]
1111

1212
runs-on: ${{ matrix.platform }}
@@ -21,4 +21,4 @@ jobs:
2121

2222
- name: Run tests
2323
run: |
24-
go test -v -race -count=3 -covermode=atomic ./...
24+
go test -v -race -count=3 ./...

0 commit comments

Comments
 (0)