Skip to content

Commit

Permalink
chore: deps(dockerfile): bump golang version (#762)
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bruno Verachten <[email protected]>
  • Loading branch information
github-actions[bot] and gounthar authored Nov 7, 2024
1 parent 90a8702 commit 5a6925a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
rm -rf /var/lib/apt/lists/*

# Now time to install golang
ARG GOLANG_VERSION=1.23.2
ARG GOLANG_VERSION=1.23.3
ARG TARGETARCH
ENV ARCHITECTURE=$TARGETARCH

Expand Down

0 comments on commit 5a6925a

Please sign in to comment.