|
|
@ -39,7 +39,7 @@ jobs: |
|
|
|
sudo sysctl net.ipv6.conf.default.disable_ipv6=0 |
|
|
|
sudo sysctl net.ipv6.conf.default.disable_ipv6=0 |
|
|
|
sudo apt-get install devscripts shellcheck |
|
|
|
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\///") |
|
|
|
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 |
|
|
|
go list -m all | ./nancy sleuth |
|
|
|
make |
|
|
|
make |
|
|
|
diff -au <(gofmt -s -d cmd) <(printf "") |
|
|
|
diff -au <(gofmt -s -d cmd) <(printf "") |
|
|
|