We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd7578 commit 4d575e0Copy full SHA for 4d575e0
1 file changed
.github/workflows/go.yml
@@ -6,11 +6,11 @@ jobs:
6
test:
7
name: Test
8
runs-on: ${{ matrix.os }}
9
-
+
10
strategy:
11
matrix:
12
os: [ubuntu-latest, macOS-latest, windows-latest]
13
- go: ['1.17.x', '1.23.x']
+ go: ['1.17.x', '1.25.x']
14
15
steps:
16
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Vet
27
run: go vet -v ./...
28
29
- name: Test
30
run: go test -v -coverprofile='coverage.txt' -covermode=atomic ./...
31
0 commit comments