Skip to content

Commit 420c231

Browse files
fix(deps): update goreleaser pro to v2.16.0 (#1507)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58b6c15 commit 420c231

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/base-binary-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
env:
2626
# renovate: datasource=github-releases packageName=goreleaser/goreleaser-pro
27-
GORELEASER_PRO_VERSION: v2.15.4
27+
GORELEASER_PRO_VERSION: v2.16.0
2828

2929
permissions:
3030
contents: read

.github/workflows/base-ci-binary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333

3434
env:
3535
# renovate: datasource=github-releases packageName=goreleaser/goreleaser-pro
36-
GORELEASER_PRO_VERSION: v2.15.4
36+
GORELEASER_PRO_VERSION: v2.16.0
3737

3838
jobs:
3939
check-goreleaser:

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permissions:
3737

3838
env:
3939
# renovate: datasource=github-releases packageName=goreleaser/goreleaser-pro
40-
GORELEASER_PRO_VERSION: v2.15.4
40+
GORELEASER_PRO_VERSION: v2.16.0
4141

4242
jobs:
4343
prev-tag:

.github/workflows/base-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626

2727
env:
2828
# renovate: datasource=github-releases packageName=goreleaser/goreleaser-pro
29-
GORELEASER_PRO_VERSION: v2.15.4
29+
GORELEASER_PRO_VERSION: v2.16.0
3030

3131
jobs:
3232
prev-tag:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/open-telemetry/opentelemetry-collector-releases
33
go 1.23
44

55
require (
6-
github.com/goreleaser/goreleaser-pro/v2 v2.15.4
6+
github.com/goreleaser/goreleaser-pro/v2 v2.16.0
77
go.yaml.in/yaml/v3 v3.0.4
88
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
github.com/goreleaser/goreleaser-pro/v2 v2.15.4 h1:RIsYZG8Wj7l1yjUEw5p58BpBtgMjiVvaTL3nwXvX9Yw=
22
github.com/goreleaser/goreleaser-pro/v2 v2.15.4/go.mod h1:GA7Uzk7qKA3efeDmgfWwcMTrDJe+V7D6H5RMqXlFvuc=
3+
github.com/goreleaser/goreleaser-pro/v2 v2.16.0 h1:vEFa69xE1onDdpt/34ttTIOQGGnGwge1BFrbVQHZJnE=
4+
github.com/goreleaser/goreleaser-pro/v2 v2.16.0/go.mod h1:GA7Uzk7qKA3efeDmgfWwcMTrDJe+V7D6H5RMqXlFvuc=
35
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
46
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
57
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

0 commit comments

Comments
 (0)