Skip to content

Commit f033232

Browse files
committed
Bump go to 1.24 in Dockerfile
1 parent df8f3fe commit f033232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.23-alpine3.20 as builder
1+
FROM --platform=$BUILDPLATFORM golang:1.24-alpine3.20 as builder
22
WORKDIR $GOPATH/src/go.k6.io/k6
33
COPY . .
44
ARG TARGETOS TARGETARCH

0 commit comments

Comments
 (0)