Skip to content

Commit

Permalink
deps(Docker): Upgrade Go to version 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Feb 14, 2023
1 parent 79f12d4 commit 87792a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ COPY --from=rustbuild /opt/rust /opt/rust
FROM ort-base-image AS gobuild

ARG GO_DEP_VERSION=0.5.4
ARG GO_VERSION=1.18.3
ARG GO_VERSION=1.20
ENV GOBIN=/opt/go/bin
ENV PATH=$PATH:/opt/go/bin

Expand Down
2 changes: 1 addition & 1 deletion docker/legacy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ENV \
COMPOSER_VERSION=2.2.6-2ubuntu4 \
CONAN_VERSION=1.54.0 \
GO_DEP_VERSION=0.5.4 \
GO_VERSION=1.18.3 \
GO_VERSION=1.20 \
HASKELL_STACK_VERSION=2.7.5 \
NPM_VERSION=8.15.1 \
PNPM_VERSION=7.8.0 \
Expand Down

0 comments on commit 87792a3

Please sign in to comment.