Skip to content

Commit

Permalink
chore(docker): Upgrade Go to the latest version 1.21.1
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau authored and sschuberth committed Sep 28, 2023
1 parent 5893bd7 commit f6ad4bc
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 @@ -6,7 +6,7 @@ CONAN_VERSION=1.57.0
DART_VERSION=2.18.4
DOTNET_VERSION=6.0
GO_DEP_VERSION=0.5.4
GO_VERSION=1.20.5
GO_VERSION=1.21.1
HASKELL_STACK_VERSION=2.7.5
JAVA_VERSION=17
NODEJS_VERSION=18.17.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ COPY --from=rustbuild /opt/rust /opt/rust
FROM base AS gobuild

ARG GO_DEP_VERSION=0.5.4
ARG GO_VERSION=1.20.5
ARG GO_VERSION=1.21.1
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 @@ -73,7 +73,7 @@ ENV \
COMPOSER_VERSION=2.2.6-2ubuntu4 \
CONAN_VERSION=1.57.0 \
GO_DEP_VERSION=0.5.4 \
GO_VERSION=1.20.5 \
GO_VERSION=1.21.1 \
HASKELL_STACK_VERSION=2.7.5 \
NPM_VERSION=8.15.1 \
PNPM_VERSION=7.8.0 \
Expand Down

0 comments on commit f6ad4bc

Please sign in to comment.