Skip to content

Commit 5d18e4d

Browse files
authored
Merge pull request #7 from yoockh/feat/pkg-echo
fix: downgrade Go version from 1.25.1 to 1.24.0 in go.mod
2 parents 0f59104 + 9f522b3 commit 5d18e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/yoockh/go-api-utils
22

3-
go 1.25.1
3+
go 1.24.0
44

55
require (
66
github.com/golang-jwt/jwt/v5 v5.3.0

0 commit comments

Comments
 (0)