File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN export PROTOC_REL=protoc-${PROTOC_VER}-linux-$([ $(uname -m) = "aarch64" ] &
4343ENV GOROOT /usr/local/go
4444ENV GOPATH /go
4545ENV PATH $GOPATH/bin:$GOROOT/bin:$PATH
46- RUN export GORELEASE=go1.19.5 .linux-$([ $(uname -m) = "aarch64" ] && echo "arm64" || echo "amd64" ).tar.gz \
46+ RUN export GORELEASE=go1.19.7 .linux-$([ $(uname -m) = "aarch64" ] && echo "arm64" || echo "amd64" ).tar.gz \
4747 && wget -q https://dl.google.com/go/$GORELEASE \
4848 && tar -C $(dirname $GOROOT) -xzf $GORELEASE \
4949 && rm $GORELEASE \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def _pgv_pip_dependencies():
1515def _pgv_go_dependencies ():
1616 go_rules_dependencies ()
1717 go_register_toolchains (
18- version = "1.19.5 " ,
18+ version = "1.19.7 " ,
1919 )
2020 gazelle_dependencies ()
2121
You can’t perform that action at this time.
0 commit comments