mirror of
https://github.com/FiloSottile/age.git
synced 2026-01-04 11:23:59 +00:00
.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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user