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 4849c74 commit b9b4a27Copy full SHA for b9b4a27
.github/workflows/go-lint.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v4
16
with:
17
- go-version: '1.22.x'
+ go-version: '1.24.x'
18
19
- name: Check out code
20
uses: actions/checkout@v4
go.mod
@@ -1,6 +1,8 @@
1
module github.com/Rodert/go-commons
2
3
-go 1.24.3
+go 1.24.0
4
+
5
+toolchain go1.24.7
6
7
require (
8
github.com/gin-gonic/gin v1.10.1
0 commit comments