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 c824227 commit 8d19f21Copy full SHA for 8d19f21
.github/workflows/test.yml
@@ -36,9 +36,12 @@ jobs:
36
- ubuntu-latest
37
- macos-latest
38
go:
39
- - "1.18"
40
- - "1.19"
41
- "1.20"
+ - "1.21"
+ - "1.22"
42
+ - "1.23"
43
+ - "1.24"
44
+ - "1.25"
45
steps:
46
- name: Checkout
47
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
.go-version
@@ -1 +1 @@
1
-1.20
+1.25
0 commit comments