Skip to content

Commit daa737f

Browse files
committed
fix(CI): build
1 parent 37a5f30 commit daa737f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nolus-core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FUZZ_BLOCK_SIZE ?= 200
1212
export GO111MODULE = on
1313

1414
GO_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.
1818
default_target: all

0 commit comments

Comments
 (0)