diff --git a/Makefile b/Makefile index f905779..dcd76dd 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,8 @@ latestGoMinorVersion: @echo $(call getLatestGoMinorVersion) updateGoModVersion: - go mod edit -go $(call getLatestGoMinorVersion) + #TODO Temporary hack to figure; remove it asap + go mod edit -go $(call getLatestGoMinorVersion).0 checkModVersion: updateGoModVersion @if git status --porcelain | grep -q go.mod; then \ diff --git a/go.mod b/go.mod index aa4efd3..de9fb7e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ice-blockchain/subzero -go 1.23 +go 1.23.0 replace filippo.io/mkcert => github.com/kixelated/mkcert v1.4.4-days