Skip to content

Commit a6e4ed4

Browse files
kriscolemanclaude
andcommitted
ci: bump remaining build containers to go 1.26.4
Same go-floor fix as the dryrun container: troubleshoot 0.130.0 raised the module's go directive to 1.26.4, but the operator and local-artifact-mirror dev Dockerfiles (used by the kind integration tests and ttl.sh image builds) were still on golang:1.26.2 with GOTOOLCHAIN=local, failing `go mod download` with "go.mod requires go >= 1.26.4". Bump dev/dockerfiles/{operator,local-artifact-mirror} to golang:1.26.4. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent ca2b23b commit a6e4ed4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dev/dockerfiles/local-artifact-mirror/Dockerfile.ttlsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.2 AS build
1+
FROM golang:1.26.4 AS build
22

33
WORKDIR /app
44

dev/dockerfiles/operator/Dockerfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.2-alpine AS build
1+
FROM golang:1.26.4-alpine AS build
22

33
RUN apk add --no-cache ca-certificates curl git make bash helm
44

dev/dockerfiles/operator/Dockerfile.ttlsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.2 AS build
1+
FROM golang:1.26.4 AS build
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)