Skip to content

Commit

Permalink
Update dependency goreleaser/goreleaser to v1.24.0 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 14, 2024
1 parent 34b5b4c commit 706fc27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: 1.21.2 # datasource=github-releases depName=goreleaser/goreleaser
version: 1.24.0 # datasource=github-releases depName=goreleaser/goreleaser
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: 1.21.2 # datasource=github-releases depName=goreleaser/goreleaser
version: 1.24.0 # datasource=github-releases depName=goreleaser/goreleaser
args: build --clean --snapshot --single-target --output tf
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
golang 1.21.3 # datasource=github-releases depName=golang/go
goreleaser 1.21.2 # datasource=github-releases depName=goreleaser/goreleaser
goreleaser 1.24.0 # datasource=github-releases depName=goreleaser/goreleaser
terraform 1.7.3 # datasource=github-releases depName=hashicorp/terraform

0 comments on commit 706fc27

Please sign in to comment.