Skip to content

Commit e959d03

Browse files
Upgrade go to 1.19.7 (#821)
update to 1.19.7
1 parent bec8c04 commit e959d03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN export PROTOC_REL=protoc-${PROTOC_VER}-linux-$([ $(uname -m) = "aarch64" ] &
4343
ENV GOROOT /usr/local/go
4444
ENV GOPATH /go
4545
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 \
4747
&& wget -q https://dl.google.com/go/$GORELEASE \
4848
&& tar -C $(dirname $GOROOT) -xzf $GORELEASE \
4949
&& rm $GORELEASE \

bazel/dependency_imports.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def _pgv_pip_dependencies():
1515
def _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

0 commit comments

Comments
 (0)