Skip to content

Commit

Permalink
bump github action release versions (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus authored Sep 18, 2023
1 parent 8b10e1d commit 38a40c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21

- name: Docker Hub Login
uses: docker/login-action@v1
Expand All @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: GoReleaser
uses: goreleaser/goreleaser-action@v2.8.0
uses: goreleaser/goreleaser-action@v5.0.0
with:
args: release --rm-dist
env:
Expand Down

0 comments on commit 38a40c1

Please sign in to comment.