Tag nancy version to v0.3 (#1321)

This is suggested by nancy team to avoid coming breaking change

Relates: #1320
This commit is contained in:
Tam Mach 2020-08-19 10:41:33 +10:00 committed by GitHub
parent 18fd36bdd1
commit 8084559c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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