Skip to content

Commit cbff3c9

Browse files
committed
fix: revert Go version to 1.24.0 (required by dependencies)
golang.org/x/net@v0.47.0 requires go >= 1.24.0
1 parent ea618e0 commit cbff3c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference-apps/golang/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/normbrandinger/devstack-core/reference-apps/golang
22

3-
go 1.23
3+
go 1.24.0
44

55
require (
66
github.com/gin-gonic/gin v1.11.0

0 commit comments

Comments
 (0)