.github/workflows: change Go LICENSE URL from golang.org to go.dev (#449)

Co-authored-by: Filippo Valsorda <github@bip.filippo.io>
This commit is contained in:
Simone Ragusa
2022-09-11 15:54:32 -04:00
committed by GitHub
co-authored by Filippo Valsorda
parent 084c974f53
commit 1f84a45175
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
sudo apt-get update && sudo apt-get install -y osslsigncode
cp LICENSE "$RUNNER_TEMP/LICENSE"
echo -e "\n---\n" >> "$RUNNER_TEMP/LICENSE"
curl "https://golang.org/LICENSE?m=text" >> "$RUNNER_TEMP/LICENSE"
curl -L "https://go.dev/LICENSE?m=text" >> "$RUNNER_TEMP/LICENSE"
VERSION="$(git describe --tags)"
function build_age() {
DIR="$(mktemp -d)"