Skip to content

Commit

Permalink
make goreleaser use Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
EppO committed Mar 2, 2023
1 parent bdc2d46 commit ba7fb4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '>=1.20'
cache: true
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit ba7fb4d

Please sign in to comment.