Use version ^v0 instead of latest for cyclonedx-gomod (#667)

To avoid breaking the build when cyclonedx-gomod introduces breaking changes in a new major version. See https://github.com/CycloneDX/gh-gomod-generate-sbom/releases/tag/v0.3.0

Signed-off-by: nscuro <nscuro@protonmail.com>
This commit is contained in:
Niklas 2021-07-19 11:25:04 +02:00 committed by GitHub
parent 2a4064d45d
commit 0ee8ad3d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
json: true json: true
output: bom.json output: bom.json
resolve-licenses: true resolve-licenses: true
version: latest version: ^v0
- name: Release Binaries - name: Release Binaries
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
with: with: