Skip to content

Commit

Permalink
fix ci/cd pipeline yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-ares committed Oct 1, 2024
1 parent b2eb148 commit 0b51aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 0b51aa4

Please sign in to comment.