We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fd36b commit 23271e6Copy full SHA for 23271e6
.github/workflows/pr-extra.yml
@@ -16,4 +16,4 @@ jobs:
16
# We cannot use nancy-github-action because it is outdated, so it's better to use the latest
17
# docker image for the validation
18
- name: nancy
19
- 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
0 commit comments