Skip to content

Commit c0aead3

Browse files
committed
chore(deps): bump goreleaser to v2.18.0 and oras to 1.3.3
Both releases verified to exist upstream. goreleaser v2.18.0 still declares module github.com/goreleaser/goreleaser/v2, so the `go install` path in setup-tools is unchanged, and it tracks the Go 1.27 toolchain bump already on main. oras ships the expected oras_1.3.3_linux_{amd64,arm64}.tar.gz assets and stays unprefixed, as oras-project/setup-oras requires. Neither tool carries a pinned installer checksum, so no companion update is needed in tools/setup-tools. Signed-off-by: Mark Chmarny <mark@chmarny.com>
1 parent c17850f commit c0aead3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.settings.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Build Tools
2020
build_tools:
2121
# renovate: datasource=github-releases depName=goreleaser/goreleaser depType=build_tools
22-
goreleaser: 'v2.17.1'
22+
goreleaser: 'v2.18.0'
2323
# renovate: datasource=github-releases depName=ko-build/ko depType=build_tools
2424
ko: 'v0.19.1'
2525
# renovate: datasource=github-releases depName=google/go-containerregistry depType=build_tools
@@ -61,8 +61,8 @@ security_tools:
6161
#
6262
# Stored WITHOUT the leading 'v', unlike cosign/syft/grype above:
6363
# oras-project/setup-oras looks the version up against bare release keys and
64-
# throws on 'v1.3.0'. tools/setup-tools re-adds the prefix for the download URL.
65-
oras: '1.3.0'
64+
# throws on 'v1.3.3'. tools/setup-tools re-adds the prefix for the download URL.
65+
oras: '1.3.3'
6666

6767
# E2E Testing Tools
6868
testing_tools:

0 commit comments

Comments
 (0)