Skip to content

Commit

Permalink
ci: update go version in ci dependencies image
Browse files Browse the repository at this point in the history
  • Loading branch information
hedibouattour committed Aug 21, 2023
1 parent 6b35da9 commit 1fbc065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Dockerfile.depend
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -qq \
apt-utils wget cmake curl git

ENV GOVERSION=1.18.2
ENV GOVERSION=1.19.12
ENV GOROOT="/root/.go"
ENV GOPATH="/root/go"
ENV PATH=$GOROOT/bin:$PATH
Expand Down

0 comments on commit 1fbc065

Please sign in to comment.