Skip to content

Commit

Permalink
chore: bump goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Apr 14, 2023
1 parent bff8f19 commit 7ba3ed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: '1.17.0'
version: '1.17.1'
args: release --debug --snapshot --rm-dist
env:
GO_VERSION: "1.20.3"
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: "1.17.0"
version: "1.17.1"
args: release --debug --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
adr-tools 3.0.0
golang 1.20.3
golangci-lint 1.52.1
goreleaser 1.17.0
goreleaser 1.17.1
hadolint 2.12.0
shellcheck 0.9.0
shfmt 3.6.0
Expand Down

0 comments on commit 7ba3ed4

Please sign in to comment.