Skip to content

Commit

Permalink
Bump Go in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejro committed Nov 14, 2022
1 parent f8d2577 commit cd00581
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 @@ -22,7 +22,7 @@ RUN su - $USER -c "gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 147C
RUN su - $USER -c "gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 7721F63BD38B4796"

# install golang
ENV GOLANG_VERSION="1.19"
ENV GOLANG_VERSION="1.19.3"

RUN su - $USER -c "wget -O go.tgz https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz"
RUN su - $USER -c "wget -O go.tgz.asc https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz.asc"
Expand Down

0 comments on commit cd00581

Please sign in to comment.