From 8084559c42fdd28cec57b519a926fa541754f744 Mon Sep 17 00:00:00 2001 From: Tam Mach Date: Wed, 19 Aug 2020 10:41:33 +1000 Subject: [PATCH] Tag nancy version to v0.3 (#1321) This is suggested by nancy team to avoid coming breaking change Relates: #1320 --- .github/workflows/pr-extra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-extra.yml b/.github/workflows/pr-extra.yml index 75acbb92..a99d027a 100644 --- a/.github/workflows/pr-extra.yml +++ b/.github/workflows/pr-extra.yml @@ -16,4 +16,4 @@ jobs: # We cannot use nancy-github-action because it is outdated, so it's better to use the latest # docker image for the validation - name: nancy - run: go list -json -m all | docker run -i sonatypecommunity/nancy:latest + run: go list -json -m all | docker run -i sonatypecommunity/nancy:v0.3