Skip to content

Commit

Permalink
revert(docker): Revert "Upgrade Go to version 1.22.0"
Browse files Browse the repository at this point in the history
Undo the major version upgrade as it break the fun tests for `GoDep`.
The update should of course be done, but this requires investigating
how it can work also for `GoDep`.

This reverts commit 550f922.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau authored and sschuberth committed Feb 22, 2024
1 parent 44fba5e commit 58332a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CONAN_VERSION=1.61.0
DART_VERSION=2.18.4
DOTNET_VERSION=6.0
GO_DEP_VERSION=0.5.4
GO_VERSION=1.22.0
GO_VERSION=1.21.6
HASKELL_STACK_VERSION=2.13.1
JAVA_VERSION=17
LICENSEE_VERSION=9.15.3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ COPY --from=rustbuild /opt/rust /opt/rust
FROM base AS gobuild

ARG GO_DEP_VERSION=0.5.4
ARG GO_VERSION=1.22.0
ARG GO_VERSION=1.21.6
ENV GOBIN=/opt/go/bin
ENV PATH=$PATH:/opt/go/bin

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ENV \
CONAN_VERSION=1.61.0 \
DOTNET_VERSION=6.0 \
GO_DEP_VERSION=0.5.4 \
GO_VERSION=1.22.0 \
GO_VERSION=1.21.6 \
HASKELL_STACK_VERSION=2.13.1 \
NPM_VERSION=10.1.0 \
PNPM_VERSION=8.10.3 \
Expand Down

0 comments on commit 58332a0

Please sign in to comment.