Skip to content

Commit

Permalink
fix go version in goreleaser (#132)
Browse files Browse the repository at this point in the history
* fix go version in goreleaser

* upgrade checkout and setup-go actions to v3
  • Loading branch information
shawnps authored Mar 14, 2023
1 parent 2fd45ea commit 34db6f7
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 @@ -20,15 +20,15 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Unshallow
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20.x'
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit 34db6f7

Please sign in to comment.