Skip to content

Commit

Permalink
build: update actions/setup-go in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed May 8, 2023
1 parent a46581b commit 3717a9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.20.x"
check-latest: true
cache: true
go-version: "stable"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit 3717a9e

Please sign in to comment.