File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
2020 steps :
2121 -
2222 name : Checkout
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v4
2424 -
2525 name : Unshallow
2626 run : git fetch --prune --unshallow
2727 -
2828 name : Set up Go
29- uses : actions/setup-go@v2
29+ uses : actions/setup-go@v4
3030 with :
31- go-version : 1.17
31+ go-version : 1.21
3232 -
3333 name : Import GPG key
3434 id : import_gpg
@@ -38,10 +38,10 @@ jobs:
3838 PASSPHRASE : ${{ secrets.PASSPHRASE }}
3939 -
4040 name : Run GoReleaser
41- uses : goreleaser/goreleaser-action@v2
41+ uses : goreleaser/goreleaser-action@v5
4242 with :
4343 version : latest
44- args : release --rm-dist
44+ args : release
4545 env :
4646 GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
4747 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments