File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717
1818 # docker images
1919 CONTAINER_REGISTRY : ghcr.io
20- BUILDER_IMAGE_TAG : " 1.23.3 "
20+ BUILDER_IMAGE_TAG : " 1.24.0 "
2121 BUILDER_IMAGE_NAME : " builder"
2222 BUILDER_DOCKERFILE : " .github/images/builder.Dockerfile"
2323 PROTOGEN_IMAGE_TAG : " 0.2.1"
@@ -172,7 +172,7 @@ jobs:
172172 needs : [test-unit-coverage, builder-image]
173173 container :
174174 # image name needs to be hardcoded: https://github.com/orgs/community/discussions/26324
175- image : " ghcr.io/nolus-protocol/nolus-core/builder:1.23.3 "
175+ image : " ghcr.io/nolus-protocol/nolus-core/builder:1.24.0 "
176176
177177 steps :
178178 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ FUZZ_BLOCK_SIZE ?= 200
1212export GO111MODULE = on
1313
1414GO_SYSTEM_VERSION = $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1-2)
15- REQUIRE_GO_VERSION = 1.23
15+ REQUIRE_GO_VERSION = 1.24
1616
1717# Default target executed when no arguments are given to make.
1818default_target : all
You can’t perform that action at this time.
0 commit comments