Skip to content

Commit 36a7178

Browse files
authored
fix(dependencies): Back to golang 1.21.8 so GA builds a first image. (#155)
* feat(docker): First golang version. * feat(dependencies): Tracks Gitpod full workspace docker image. * feat(dependencies): Added golang and an action. * chore(dependencies): Pinned version of workspace-full. * chore(dependencies): Added golang. * feat(dependencies): Added debian. * fix(dependencies): POSIX. * fix(dependencies): POSIX. * feat(dependencies): Tracks golang version. * fix(dependencies): "scmid: default" is mandatory. Or you won't get a PR. * fix(dependencies): mapping key "scmid" already defined at line 35 * fix(dependencies): mapping key "scmid" already defined at line 35 * feat(targets): Adding golang. * fix(dependencies): Back to golang 1.21.8 so GA builds a first image.
1 parent 1b7a415 commit 36a7178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/golang/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
55
rm -rf /var/lib/apt/lists/*
66

77
# Now time to install maven
8-
ARG GOLANG_VERSION=1.22.1
8+
ARG GOLANG_VERSION=1.21.8
99
ARG TARGETARCH
1010
ENV ARCHITECTURE=$TARGETARCH
1111

0 commit comments

Comments
 (0)