Skip to content

Commit

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

Relates: golangci#1320
  • Loading branch information
sayboras committed Aug 18, 2020
1 parent 18fd36b commit 23271e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-extra.yml
Original file line number Diff line number Diff line change
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 23271e6

Please sign in to comment.