Skip to content

Commit 8bce6c1

Browse files
chore(deps): update dependency goreleaser/goreleaser-pro to v2.11.0
1 parent 38d5200 commit 8bce6c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
# renovate: datasource=go depName=github.com/CycloneDX/cyclonedx-gomod/cmd/cyclonedx-gomod
1313
CYCLONEDX_VERSION: "v1.9.0"
1414
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
15-
GORELEASER_PRO_VERSION: v2.8.2
15+
GORELEASER_PRO_VERSION: v2.11.0
1616

1717
jobs:
1818
build:

.github/workflows/snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
# renovate: datasource=golang-version depName=go
1313
GO_VERSION: "1.24.4"
1414
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
15-
GORELEASER_PRO_VERSION: v2.8.2
15+
GORELEASER_PRO_VERSION: v2.11.0
1616

1717
jobs:
1818
build:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MAIN = $(BUILD_DIR)/main.go
2222
GO_JUNIT_REPORT_VERSION ?= v2.1.0
2323

2424
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
25-
GORELEASER_PRO_VERSION ?= v2.8.2
25+
GORELEASER_PRO_VERSION ?= v2.11.0
2626

2727
# Files to be copied directly from the project root
2828
CP_FILES = LICENSE README.md

0 commit comments

Comments
 (0)