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.
2 parents bce1b24 + a875dac commit 7fcc00bCopy full SHA for 7fcc00b
.github/workflows/go.yml
@@ -18,12 +18,12 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- version: ["1.21.x", "1.22.x", "1.23.x", "1.24.x"]
+ go-version: ["1.21", "1.22", "1.23", "1.24"]
22
steps:
23
- uses: actions/checkout@v4
24
- uses: actions/setup-go@v5
25
with:
26
- go-version: "stable"
+ go-version: ${{ matrix.go-version }}
27
- name: Gather dependencies
28
run: go mod download
29
- name: Run coverage
go.mod
@@ -1,5 +1,3 @@
1
module github.com/gone-io/gone/v2
2
3
-go 1.24
4
-
5
-toolchain go1.24.1
+go 1.21
0 commit comments