Skip to content

Commit fa1dd9a

Browse files
fix(deps): update goreleaser pro to v2.11.1 (#1061)
* fix(deps): update goreleaser pro to v2.11.1 * go mod tidy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent c32f2d2 commit fa1dd9a

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

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

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

3131
env:
3232
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
33-
GORELEASER_PRO_VERSION: v2.11.0
33+
GORELEASER_PRO_VERSION: v2.11.1
3434

3535
jobs:
3636
check-goreleaser:

.github/workflows/base-release.yaml

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

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

2828
jobs:
2929
prepare:

.github/workflows/ci-builder.yaml

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

2626
env:
2727
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
28-
GORELEASER_PRO_VERSION: v2.11.0
28+
GORELEASER_PRO_VERSION: v2.11.1
2929

3030
jobs:
3131
check-goreleaser:

.github/workflows/ci-opampsupervisor.yaml

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

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

2828
jobs:
2929
check-goreleaser:

.github/workflows/release-builder.yaml

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

77
env:
88
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
9-
GORELEASER_PRO_VERSION: v2.11.0
9+
GORELEASER_PRO_VERSION: v2.11.1
1010

1111
jobs:
1212
goreleaser:

.github/workflows/release-opampsupervisor.yaml

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

77
env:
88
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
9-
GORELEASER_PRO_VERSION: v2.11.0
9+
GORELEASER_PRO_VERSION: v2.11.1
1010

1111
jobs:
1212
goreleaser:

go.mod

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

55
require (
6-
github.com/goreleaser/goreleaser-pro/v2 v2.11.0
6+
github.com/goreleaser/goreleaser-pro/v2 v2.11.1
77
gopkg.in/yaml.v3 v3.0.1
88
)
99

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
2-
github.com/goreleaser/goreleaser-pro/v2 v2.11.0 h1:2OahvDpYJHHuFyLsfPDZxXHEEsXtqvTJ/rJUIjYMQOI=
3-
github.com/goreleaser/goreleaser-pro/v2 v2.11.0/go.mod h1:GA7Uzk7qKA3efeDmgfWwcMTrDJe+V7D6H5RMqXlFvuc=
2+
github.com/goreleaser/goreleaser-pro/v2 v2.11.1 h1:oAk9pWHP+/R71oryZn5QiNLh82DwTcUu5F8INAkj/Oc=
3+
github.com/goreleaser/goreleaser-pro/v2 v2.11.1/go.mod h1:GA7Uzk7qKA3efeDmgfWwcMTrDJe+V7D6H5RMqXlFvuc=
44
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
55
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
66
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=

0 commit comments

Comments
 (0)