Skip to content

Commit

Permalink
Tag nancy version to v0.3 (#1321)
Browse files Browse the repository at this point in the history
This is suggested by nancy team to avoid coming breaking change

Relates: #1320
  • Loading branch information
sayboras committed Aug 19, 2020
1 parent 18fd36b commit 8084559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-extra.yml
Expand Up @@ -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

0 comments on commit 8084559

Please sign in to comment.