We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42afd9 commit ce94d0aCopy full SHA for ce94d0a
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Kubebuilder DevContainer",
3
- "image": "golang:1.22",
+ "image": "golang:1.24",
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.22 AS builder
+FROM golang:1.24 AS builder
ARG TARGETOS
ARG TARGETARCH
0 commit comments