diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f45671a..69367c7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Kubebuilder DevContainer", - "image": "docker.io/golang:1.24", + "image": "docker.io/golang:1.26", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/git:1": {}, diff --git a/Dockerfile b/Dockerfile index f8d797f..7117ac3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM docker.io/golang:1.24 AS builder +FROM --platform=$BUILDPLATFORM docker.io/golang:1.26 AS builder ARG TARGETOS ARG TARGETARCH ARG VERSION=dev