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.
2 parents 0572ccb + 4b94430 commit 6375700Copy full SHA for 6375700
.github/env/global.env
@@ -7,7 +7,7 @@ MACOS_PYTHON_VERSION: 3.10
7
8
PODMAN_VERSION: 4.4.4
9
10
-GOVER: 1.22
+GOVER: 1.24
11
12
KUBERNETES_VERSION: v1.32.0
13
KIND_VERSION: v0.26.0
tutorials/distributed-calculator/go/Dockerfile
@@ -1,5 +1,5 @@
1
#first stage - builder
2
-FROM golang:1.22-bookworm as builder
+FROM golang:1.24-bookworm AS builder
3
WORKDIR /dir
4
COPY app.go go.mod go.sum ./
5
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o app .
0 commit comments