Skip to content

Commit edda679

Browse files
fix(deps): update goreleaser pro to v2.12.1 (#1172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1acaefa commit edda679

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

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

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

2020
env:
2121
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
22-
GORELEASER_PRO_VERSION: v2.12.0
22+
GORELEASER_PRO_VERSION: v2.12.1
2323

2424
permissions:
2525
contents: read

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

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

2424
env:
2525
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
26-
GORELEASER_PRO_VERSION: v2.12.0
26+
GORELEASER_PRO_VERSION: v2.12.1
2727

2828
jobs:
2929
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 depName=goreleaser/goreleaser-pro
40-
GORELEASER_PRO_VERSION: v2.12.0
40+
GORELEASER_PRO_VERSION: v2.12.1
4141

4242
jobs:
4343
check-goreleaser:

.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 depName=goreleaser/goreleaser-pro
29-
GORELEASER_PRO_VERSION: v2.12.0
29+
GORELEASER_PRO_VERSION: v2.12.1
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.12.0
6+
github.com/goreleaser/goreleaser-pro/v2 v2.12.1
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
@@ -2,6 +2,8 @@ github.com/goreleaser/goreleaser-pro/v2 v2.11.2 h1:kQKTbn9obPVkDfhVwJ77QB87EGCHn
22
github.com/goreleaser/goreleaser-pro/v2 v2.11.2/go.mod h1:GA7Uzk7qKA3efeDmgfWwcMTrDJe+V7D6H5RMqXlFvuc=
33
github.com/goreleaser/goreleaser-pro/v2 v2.12.0 h1:p+6dcNfSuXKojZmcmswXlqqSV4hc9Ba6FLwWE7zYiOk=
44
github.com/goreleaser/goreleaser-pro/v2 v2.12.0/go.mod h1:GA7Uzk7qKA3efeDmgfWwcMTrDJe+V7D6H5RMqXlFvuc=
5+
github.com/goreleaser/goreleaser-pro/v2 v2.12.1 h1:OgN8vc49iBHmQIZ0ar1U2Q+4Wf0QC4aLFCJFL6DPck8=
6+
github.com/goreleaser/goreleaser-pro/v2 v2.12.1/go.mod h1:GA7Uzk7qKA3efeDmgfWwcMTrDJe+V7D6H5RMqXlFvuc=
57
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
68
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
79
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

0 commit comments

Comments
 (0)