updated goreleaser and go version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1b89d9b2b9
commit
f7d1914d45
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.18
|
||||
-
|
||||
name: Import GPG key
|
||||
id: import_gpg
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
PASSPHRASE: ${{ secrets.PASSPHRASE }}
|
||||
-
|
||||
name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2.9.1
|
||||
uses: goreleaser/goreleaser-action@v3.0.0
|
||||
with:
|
||||
version: latest
|
||||
args: release --rm-dist
|
||||
|
Loading…
Reference in New Issue
Block a user