Skip to content

Commit

Permalink
Auto-PR needs to run go mod tidy (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow authored Apr 13, 2022
1 parent fa524a4 commit 4ed0704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-syft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
# update go.mod
go get github.com/anchore/syft@$LATEST_VERSION
go mod tidy
# export the version for use with create-pull-request
echo "::set-output name=LATEST_VERSION::$LATEST_VERSION"
Expand Down

0 comments on commit 4ed0704

Please sign in to comment.