Skip to content

Commit 8d19f21

Browse files
authored
go: Bump to 1.25 (#168)
1 parent c824227 commit 8d19f21

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ jobs:
3636
- ubuntu-latest
3737
- macos-latest
3838
go:
39-
- "1.18"
40-
- "1.19"
4139
- "1.20"
40+
- "1.21"
41+
- "1.22"
42+
- "1.23"
43+
- "1.24"
44+
- "1.25"
4245
steps:
4346
- name: Checkout
4447
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20
1+
1.25

0 commit comments

Comments
 (0)