From 828602d672f7b0a76c59cd65c299c614593f1d25 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 10 Jan 2021 13:37:05 -0800 Subject: [PATCH] fix: nancy github URL has changed --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0c8566d53..a0d2ce54a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -39,7 +39,7 @@ jobs: sudo sysctl net.ipv6.conf.default.disable_ipv6=0 sudo apt-get install devscripts shellcheck nancy_version=$(curl --retry 10 -Ls -o /dev/null -w "%{url_effective}" https://github.com/sonatype-nexus-community/nancy/releases/latest | sed "s/https:\/\/github.com\/sonatype-nexus-community\/nancy\/releases\/tag\///") - curl -L -o nancy https://github.com/sonatype-nexus-community/nancy/releases/download/${nancy_version}/nancy-linux.amd64-${nancy_version} && chmod +x nancy + curl -L -o nancy https://github.com/sonatype-nexus-community/nancy/releases/download/${nancy_version}/nancy-${nancy_version}-linux-amd64 && chmod +x nancy go list -m all | ./nancy sleuth make diff -au <(gofmt -s -d cmd) <(printf "")