Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Dec 16, 2024
1 parent f28f208 commit 2f5e034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG GIT_COMMIT
ARG BUILD_TAGS
ARG ENABLED_PROPOSALS

ENV GOTOOLCHAIN go1.22.9
ENV GOTOOLCHAIN go1.23.4

RUN apk add --no-cache \
ca-certificates \
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/neutron-org/neutron/v5

go 1.22.7
go 1.23.1

toolchain go1.23.4

require (
Expand Down

0 comments on commit 2f5e034

Please sign in to comment.