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 145f1a5 commit 74f6d00Copy full SHA for 74f6d00
.gitpod.Dockerfile
@@ -1,7 +1,7 @@
1
FROM gitpod/workspace-base:latest
2
3
USER gitpod
4
-ENV GO_VERSION=1.24.3
+ENV GO_VERSION=1.24.4
5
6
# For ref, see: https://github.com/gitpod-io/workspace-images/blob/61df77aad71689504112e1087bb7e26d45a43d10/chunks/lang-go/Dockerfile#L10
7
ENV GOPATH=$HOME/go-packages
Dockerfile
@@ -2,7 +2,7 @@
# -----------------------------------------------------
# Build
-FROM golang:1.18-bullseye as base
+FROM golang:1.24-bullseye as base
ENV CGO_ENABLED=1
8
ENV GOOS=linux
0 commit comments