Skip to content

Commit

Permalink
BENS-0001 Update GO Package URL to use GO.DEV instead of DL.GOOGLE.COM (
Browse files Browse the repository at this point in the history
#81)

* BENS-0001 changed package url to go.dev

* BENS-0001 Removed Leftover Feature Tracking Folder
  • Loading branch information
SystemFiles committed Apr 14, 2022
1 parent 13315ec commit 6030c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-go.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -eux

GO_LINUX_PACKAGE_URL="https://dl.google.com/go/$(curl https://go.dev/VERSION?m=text).linux-amd64.tar.gz"
GO_LINUX_PACKAGE_URL="https://go.dev/dl/$(curl https://go.dev/VERSION?m=text).linux-amd64.tar.gz"
if [[ ${INPUT_GOVERSION} == "1.17" ]]; then
GO_LINUX_PACKAGE_URL="https://go.dev/dl/go1.17.linux-amd64.tar.gz"
elif [[ ${INPUT_GOVERSION} == "1.16" ]]; then
Expand Down

0 comments on commit 6030c82

Please sign in to comment.