Auto-PR needs to run go mod tidy (#958)

This commit is contained in:
Keith Zantow 2022-04-13 16:30:35 -04:00 committed by GitHub
parent 25bf679f8f
commit 321eddf874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ jobs:
# update go.mod
go get github.com/anchore/stereoscope@$LATEST_VERSION
go mod tidy
# export the version for use with create-pull-request
echo "::set-output name=LATEST_VERSION::$LATEST_VERSION"