Skip to content

Commit

Permalink
chore(deps): update tools to latest versions (#1919)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Jun 7, 2024
1 parent adcfc04 commit b170744
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .binny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tools:
# used to release all artifacts
- name: goreleaser
version:
want: v1.26.2
want: v2.0.0
method: github-release
with:
repo: goreleaser/goreleaser
Expand Down Expand Up @@ -106,7 +106,7 @@ tools:
# used for integration tests
- name: skopeo
version:
want: v1.12.0
want: v1.15.1
method: go-install
with:
module: github.com/containers/skopeo
Expand All @@ -116,4 +116,4 @@ tools:
- containers_image_openpgp
env:
- CGO_ENABLED=0
- GO_DYN_FLAGS=""
- GO_DYN_FLAGS=""
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

release:
prerelease: auto
draft: false
Expand Down Expand Up @@ -79,7 +81,7 @@ nfpms:
- deb

brews:
- tap:
- repository:
owner: anchore
name: homebrew-grype
token: "{{.Env.GITHUB_BREW_TOKEN}}"
Expand Down Expand Up @@ -259,4 +261,4 @@ signs:
- "--output-signature=${signature}"
- "${artifact}"
- "--yes"
artifacts: checksum
artifacts: checksum

0 comments on commit b170744

Please sign in to comment.