Skip to content

Commit

Permalink
Update Go to 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Nov 30, 2024
1 parent 6de1828 commit 56e3ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG VERSION=master

# base build stage
FROM ubuntu:oracular AS build0
ARG GO=1.23.1
ARG GO=1.23.3
ARG GO_DIST=go${GO}.linux-amd64.tar.gz

ADD https://go.dev/dl/$GO_DIST ./
Expand Down

0 comments on commit 56e3ce3

Please sign in to comment.