Skip to content

Commit c5c38ba

Browse files
authored
Bump Dockerfile Go to 1.25.8 (#286)
- The k6-builder Docker image runs Go 1.24.4 with `GOTOOLCHAIN=local` - k6 `master` now requires `go >= 1.25.0` (since grafana/k6#5702) - All non-cached builds have been failing with 500 for 4 days, affecting multiple customers - Related escalation: grafana/support-escalations#21169
1 parent 3f97a69 commit c5c38ba

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-
ARG GO_VERSION=1.24.4
1+
ARG GO_VERSION=1.25.8
22
ARG VARIANT=bookworm
33
FROM golang:${GO_VERSION}-${VARIANT} as builder
44

0 commit comments

Comments
 (0)