diff --git a/.binny.yaml b/.binny.yaml index c835f461..88f5309b 100644 --- a/.binny.yaml +++ b/.binny.yaml @@ -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 @@ -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 @@ -116,4 +116,4 @@ tools: - containers_image_openpgp env: - CGO_ENABLED=0 - - GO_DYN_FLAGS="" \ No newline at end of file + - GO_DYN_FLAGS="" diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8c24865f..dd500a6a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,5 @@ +version: 2 + release: prerelease: auto draft: false @@ -79,7 +81,7 @@ nfpms: - deb brews: - - tap: + - repository: owner: anchore name: homebrew-grype token: "{{.Env.GITHUB_BREW_TOKEN}}" @@ -259,4 +261,4 @@ signs: - "--output-signature=${signature}" - "${artifact}" - "--yes" - artifacts: checksum \ No newline at end of file + artifacts: checksum