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:
2424 fetch-depth : 0
2525 - name : Git Fetch
2626 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
2929 with :
30- go-version : 1.20
30+ go-version : stable
3131 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
3232 with :
3333 path : |
5252 username : ${{ github.actor }}
5353 password : ${{ secrets.GITHUB_TOKEN }}
5454
55- - name : Run GoReleaser
56- uses : goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
55+ - name : Release with Goreleaser
56+ uses : goreleaser/goreleaser-action@v4
5757 with :
58+ distribution : goreleaser
5859 version : latest
5960 args : release --clean
6061 env :
You can’t perform that action at this time.
0 commit comments