Skip to content

Commit 56ced7d

Browse files
committed
chore: release with minimum v1.24.5
1 parent 9d0db4c commit 56ced7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v6
2121
with:
22-
go-version: "^1.24"
22+
go-version: "^1.24.5"
2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v6
2525
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/PHPDevsr/gin-forked
22

3-
go 1.25.1
3+
go 1.24.5
44

55
require (
66
github.com/bytedance/sonic v1.14.1

0 commit comments

Comments
 (0)