Skip to content

Commit b641125

Browse files
Update dependency go to v1.25.4
1 parent 9077dbe commit b641125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@v6
2020
with:
21-
go-version: "1.25.3"
21+
go-version: "1.25.4"
2222

2323
- name: Install dependencies
2424
run: make setup

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/harbur/golang-gin-starter
22

33
go 1.24.3
44

5-
toolchain go1.25.3
5+
toolchain go1.25.4
66

77
require (
88
github.com/gin-gonic/gin v1.11.0

0 commit comments

Comments
 (0)