We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1852c commit 63b34c0Copy full SHA for 63b34c0
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Kubebuilder DevContainer",
3
- "image": "golang:1.24",
+ "image": "golang:1.25",
4
"features": {
5
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
6
"ghcr.io/devcontainers/features/git:1": {},
Dockerfile
@@ -1,5 +1,5 @@
# Build the manager binary
-FROM golang:1.24 AS builder
+FROM golang:1.25 AS builder
ARG TARGETOS
ARG TARGETARCH
0 commit comments