Skip to content

Commit 6d3702d

Browse files
authored
Run tests with Go 1.25 (#68)
1 parent c4be319 commit 6d3702d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
name: Verify
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Set up Go 1.21
12+
- name: Set up Go 1.25
1313
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1414
with:
15-
go-version: 1.21
15+
go-version: 1.25
1616

1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)