This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ UPDATE_RC=${5:-"true"}
17
17
INSTALL_GO_TOOLS=${6:- " true" }
18
18
19
19
# https://www.google.com/linuxrepositories/
20
- GO_GPG_KEY_URL =" https://dl.google.com/linux/linux_signing_key.pub"
20
+ GO_GPG_KEY_URI =" https://dl.google.com/linux/linux_signing_key.pub"
21
21
22
22
set -e
23
23
@@ -160,8 +160,8 @@ if [ "${TARGET_GO_VERSION}" != "none" ] && ! type go > /dev/null 2>&1; then
160
160
export GNUPGHOME=" /tmp/tmp-gnupg"
161
161
mkdir -p ${GNUPGHOME}
162
162
chmod 700 ${GNUPGHOME}
163
- get_common_setting GO_GPG_KEY_URL
164
- curl -sSL -o /tmp/tmp-gnupg/golang_key " ${GO_GPG_KEY_URL } "
163
+ get_common_setting GO_GPG_KEY_URI
164
+ curl -sSL -o /tmp/tmp-gnupg/golang_key " ${GO_GPG_KEY_URI } "
165
165
gpg -q --import /tmp/tmp-gnupg/golang_key
166
166
echo " Downloading Go ${TARGET_GO_VERSION} ..."
167
167
curl -sSL -o /tmp/go.tar.gz " https://golang.org/dl/go${TARGET_GO_VERSION} .linux-${architecture} .tar.gz"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ AZCLI_ARCHIVE_VERSION_CODENAMES="stretch buster bullseye bionic focal"
15
15
HELM_GPG_KEYS_URI = " https://raw.githubusercontent.com/helm/helm/main/KEYS"
16
16
MICROSOFT_GPG_KEYS_URI = " https://packages.microsoft.com/keys/microsoft.asc"
17
17
TFLINT_GPG_KEY_URI = " https://raw.githubusercontent.com/terraform-linters/tflint/master/8CE69160EB3F2FE9.key"
18
- GO_GPG_KEY_URL = " https://dl.google.com/linux/linux_signing_key.pub"
18
+ GO_GPG_KEY_URI = " https://dl.google.com/linux/linux_signing_key.pub"
19
19
GPG_KEY_SERVERS = " keyserver hkp://keyserver.ubuntu.com:80
20
20
keyserver hkps://keys.openpgp.org
21
21
keyserver hkp://keyserver.pgp.com"
You can’t perform that action at this time.
0 commit comments