From 23271e6ad85d28218317ea46f9bc692fb172f58d Mon Sep 17 00:00:00 2001 From: Tam Mach Date: Wed, 19 Aug 2020 09:27:58 +1000 Subject: [PATCH] Tag nancy version to v0.3 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 75acbb925bef..a99d027aa622 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