Skip to content

Commit

Permalink
chore(deps): update module github.com/goreleaser/goreleaser to v1.19.2 (
Browse files Browse the repository at this point in the history
#3409)

* chore(deps): update module github.com/goreleaser/goreleaser to v1.19.2

* Remove source.rlcp

https://goreleaser.com/deprecations/#sourcerlcp

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maxime Brunet <[email protected]>
  • Loading branch information
renovate[bot] and maxbrunet authored Jul 16, 2023
1 parent bfd4489 commit 6c5ab59
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

env:
# renovate: datasource=go depName=github.com/goreleaser/goreleaser
GORELEASER_VERSION: v1.18.2
GORELEASER_VERSION: v1.19.2

jobs:
skip-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

env:
# renovate: datasource=go depName=github.com/goreleaser/goreleaser
GORELEASER_VERSION: v1.18.2
GORELEASER_VERSION: v1.19.2

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

env:
# renovate: datasource=go depName=github.com/goreleaser/goreleaser
GORELEASER_VERSION: v1.18.2
GORELEASER_VERSION: v1.19.2

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

env:
# renovate: datasource=go depName=github.com/goreleaser/goreleaser
GORELEASER_VERSION: v1.18.2
GORELEASER_VERSION: v1.19.2

permissions:
contents: write
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ snapshot:
name_template: "{{ incpatch .Tag }}-{{ .ShortCommit }}"
source:
enabled: true
rlcp: true
release:
prerelease: auto
# Defaults to empty.
Expand Down

0 comments on commit 6c5ab59

Please sign in to comment.