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 ce8c8f0 commit f1a89e1Copy full SHA for f1a89e1
.github/workflows/unit_test.yml
@@ -21,8 +21,6 @@ jobs:
21
- "1"
22
- "1.24"
23
- "1.23"
24
- - "1.22"
25
- - "1.21"
26
fail-fast: false
27
runs-on: ${{ matrix.os }}
28
go.mod
@@ -1,6 +1,7 @@
1
module github.com/nao1215/gup
2
3
-go 1.21
+go 1.23.0
4
+
5
toolchain go1.24.0
6
7
require (
0 commit comments