Skip to content

Commit add359a

Browse files
hsanjuangammazero
andauthored
Use go 1.24 for docker
Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>
1 parent 22069ca commit add359a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder
2-
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bookworm AS builder
2+
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24-bookworm AS builder
33

44
LABEL org.opencontainers.image.source=https://github.com/ipfs/ipfs-check
55
LABEL org.opencontainers.image.description="Check if you can find your content on IPFS"
@@ -9,7 +9,6 @@ ARG TARGETPLATFORM TARGETOS TARGETARCH
99

1010
ENV GOPATH=/go \
1111
SRC_PATH=$GOPATH/src/github.com/ipfs/ipfs-check \
12-
GO111MODULE=on \
1312
GOPROXY=https://proxy.golang.org
1413

1514
COPY go.* $SRC_PATH/

0 commit comments

Comments
 (0)