chore(deps): update tools to latest versions (#1919)

* chore(deps): update tools to latest versions

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: update releaser file to compatible fields

Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
Co-authored-by: westonsteimel <1593939+westonsteimel@users.noreply.github.com>
Co-authored-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
This commit is contained in:
anchore-actions-token-generator[bot] 2024-06-07 15:53:54 -04:00 committed by GitHub
parent adcfc04199
commit b1707448ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View file

@ -58,7 +58,7 @@ tools:
# used to release all artifacts # used to release all artifacts
- name: goreleaser - name: goreleaser
version: version:
want: v1.26.2 want: v2.0.0
method: github-release method: github-release
with: with:
repo: goreleaser/goreleaser repo: goreleaser/goreleaser
@ -106,7 +106,7 @@ tools:
# used for integration tests # used for integration tests
- name: skopeo - name: skopeo
version: version:
want: v1.12.0 want: v1.15.1
method: go-install method: go-install
with: with:
module: github.com/containers/skopeo module: github.com/containers/skopeo
@ -116,4 +116,4 @@ tools:
- containers_image_openpgp - containers_image_openpgp
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
- GO_DYN_FLAGS="" - GO_DYN_FLAGS=""

View file

@ -1,3 +1,5 @@
version: 2
release: release:
prerelease: auto prerelease: auto
draft: false draft: false
@ -79,7 +81,7 @@ nfpms:
- deb - deb
brews: brews:
- tap: - repository:
owner: anchore owner: anchore
name: homebrew-grype name: homebrew-grype
token: "{{.Env.GITHUB_BREW_TOKEN}}" token: "{{.Env.GITHUB_BREW_TOKEN}}"
@ -259,4 +261,4 @@ signs:
- "--output-signature=${signature}" - "--output-signature=${signature}"
- "${artifact}" - "${artifact}"
- "--yes" - "--yes"
artifacts: checksum artifacts: checksum