Skip to content

Commit

Permalink
update used github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
choffmeister committed Nov 30, 2022
1 parent 218c1b5 commit 1dc5c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
with:
registry: ghcr.io
Expand All @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
args: release --rm-dist
Expand Down

0 comments on commit 1dc5c9c

Please sign in to comment.