File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
fetch-depth : 0
25
25
- name : Git Fetch
26
26
run : git fetch --force --tags
27
- - name : Set up Go
28
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
27
+ - name : Setup go
28
+ uses : actions/setup-go@v4
29
29
with :
30
- go-version : 1.20
30
+ go-version : stable
31
31
- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
32
32
with :
33
33
path : |
52
52
username : ${{ github.actor }}
53
53
password : ${{ secrets.GITHUB_TOKEN }}
54
54
55
- - name : Run GoReleaser
56
- uses : goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
55
+ - name : Release with Goreleaser
56
+ uses : goreleaser/goreleaser-action@v4
57
57
with :
58
+ distribution : goreleaser
58
59
version : latest
59
60
args : release --clean
60
61
env :
You can’t perform that action at this time.
0 commit comments