File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,18 @@ jobs:
28
28
name : Set up Go
29
29
uses : actions/setup-go@v2
30
30
with :
31
- go-version : 1.16
31
+ go-version : 1.19
32
32
-
33
33
name : Import GPG key
34
34
id : import_gpg
35
- uses : hashicorp /ghaction-import-gpg@v2.1 .0
36
- env :
35
+ uses : crazy-max /ghaction-import-gpg@v5.0 .0
36
+ with :
37
37
# These secrets will need to be configured for the repository:
38
- GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
39
- PASSPHRASE : ${{ secrets.PASSPHRASE }}
38
+ gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
39
+ passphrase : ${{ secrets.PASSPHRASE }}
40
40
-
41
41
name : Run GoReleaser
42
- uses : goreleaser/goreleaser-action@v2.7.0
42
+ uses : goreleaser/goreleaser-action@v3
43
43
with :
44
44
version : latest
45
45
args : release --rm-dist
You can’t perform that action at this time.
0 commit comments