Skip to content

Commit 3ce77c7

Browse files
committed
revert(docker): Revert "Revert Upgrade Go to version 1.22.0"
The upgrade has been reverted because it broke the fun tests for `GoDep`. The removal of `GoDep`, in a preceeding change, has unblocked upgrading Go. So, revert that to finally do the upgrade. This reverts commit 58332a0. Fixes: #8443. Signed-off-by: Frank Viernau <[email protected]>
1 parent f54813e commit 3ce77c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COMPOSER_VERSION=2.2
88
CONAN_VERSION=1.63.0
99
DART_VERSION=2.18.4
1010
DOTNET_VERSION=6.0
11-
GO_VERSION=1.21.6
11+
GO_VERSION=1.22.0
1212
HASKELL_STACK_VERSION=2.13.1
1313
JAVA_VERSION=17
1414
LICENSEE_VERSION=9.15.3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ COPY --from=rustbuild /opt/rust /opt/rust
252252
# GOLANG - Build as a separate component
253253
FROM base AS gobuild
254254

255-
ARG GO_VERSION=1.21.6
255+
ARG GO_VERSION=1.22.0
256256
ENV GOBIN=/opt/go/bin
257257
ENV PATH=$PATH:/opt/go/bin
258258

Dockerfile-legacy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ENV \
7676
COMPOSER_VERSION=2.2.6-2ubuntu4 \
7777
CONAN_VERSION=1.63.0 \
7878
DOTNET_VERSION=6.0 \
79-
GO_VERSION=1.21.6 \
79+
GO_VERSION=1.22.0 \
8080
HASKELL_STACK_VERSION=2.13.1 \
8181
NPM_VERSION=10.1.0 \
8282
PNPM_VERSION=8.10.3 \

0 commit comments

Comments
 (0)