File tree 2 files changed +2
-2
lines changed
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" ] &
43
43
ENV GOROOT /usr/local/go
44
44
ENV GOPATH /go
45
45
ENV 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 \
47
47
&& wget -q https://dl.google.com/go/$GORELEASE \
48
48
&& tar -C $(dirname $GOROOT) -xzf $GORELEASE \
49
49
&& rm $GORELEASE \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def _pgv_pip_dependencies():
15
15
def _pgv_go_dependencies ():
16
16
go_rules_dependencies ()
17
17
go_register_toolchains (
18
- version = "1.19.5 " ,
18
+ version = "1.19.7 " ,
19
19
)
20
20
gazelle_dependencies ()
21
21
You can’t perform that action at this time.
0 commit comments