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 ca8a74e commit f884c97Copy full SHA for f884c97
.github/workflows/test-and-build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Go
26
uses: actions/setup-go@v5
27
with:
28
- go-version: 1.23.3
+ go-version: 1.25.5
29
30
- name: Run tests
31
shell: bash
.github/workflows/test-pr.yml
@@ -6,7 +6,7 @@ jobs:
6
run-tests:
7
strategy:
8
matrix:
9
- go-version: [1.23.3]
+ go-version: [1.25.5]
10
platform: [ubuntu-latest, macos-latest, windows-latest]
11
12
runs-on: ${{ matrix.platform }}
@@ -21,4 +21,4 @@ jobs:
21
22
23
run: |
24
- go test -v -race -count=3 -covermode=atomic ./...
+ go test -v -race -count=3 ./...
0 commit comments