Skip to content

Commit 4c78882

Browse files
authored
Apply suggestions from code review
Co-authored-by: Benjamin Bartels <[email protected]>
1 parent ddc26c7 commit 4c78882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/go/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}"
1818
INSTALL_GO_TOOLS="${INSTALL_GO_TOOLS:-"true"}"
1919

2020
# https://www.google.com/linuxrepositories/
21-
GO_GPG_KEY_URI="https://dl.google.com/linux/linux_signing_key.pub"
21+
GO_GPG_KEY_URI="${GO_GPG_KEY_MIRROR:-https://dl.google.com/linux}/linux_signing_key.pub"
2222

2323
set -e
2424

0 commit comments

Comments
 (0)