Skip to content

Commit 12aca6e

Browse files
authored
Bump Golang to 1.24 for Docker builder (#44)
1 parent d36f04a commit 12aca6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine3.21 as builder
1+
FROM golang:1.24-alpine3.21 AS builder
22
WORKDIR $GOPATH/src/go.k6.io/k6
33
ADD . .
44
RUN apk --no-cache add git

0 commit comments

Comments
 (0)