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 9d0db4c commit 56ced7dCopy full SHA for 56ced7d
.github/workflows/goreleaser.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v6
21
with:
22
- go-version: "^1.24"
+ go-version: "^1.24.5"
23
- name: Run GoReleaser
24
uses: goreleaser/goreleaser-action@v6
25
go.mod
@@ -1,6 +1,6 @@
1
module github.com/PHPDevsr/gin-forked
2
3
-go 1.25.1
+go 1.24.5
4
5
require (
6
github.com/bytedance/sonic v1.14.1
0 commit comments