Skip to content

Commit

Permalink
bump go version in cross build container image to match CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Oct 31, 2023
1 parent d024a72 commit 1753386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/cross-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM debian:bullseye-slim
#

ARG TARGETARCH
ARG golang_version=1.20
ARG golang_version=1.21.3
ARG go_distribution_file=go${golang_version}.linux-${TARGETARCH}.tar.gz
ARG go_path=/usr/share/go
ARG go_root=/usr/local/go
Expand Down

0 comments on commit 1753386

Please sign in to comment.