File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 path : ~/go/pkg/mod
5050 key : ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
5151 - name : goreleaser check
52- uses : goreleaser/goreleaser-action@v2
52+ uses : goreleaser/goreleaser-action@v3
5353 with :
5454 args : check
5555 build-32-bit :
6868 path : ~/go/pkg/mod
6969 key : ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
7070 - name : goreleaser build
71- uses : goreleaser/goreleaser-action@v2
71+ uses : goreleaser/goreleaser-action@v3
7272 with :
7373 args : build --config .github/goreleaser-cross-compiler-test.yml --id 32-bit-arch --snapshot
Original file line number Diff line number Diff line change 2020 path : ~/go/pkg/mod
2121 key : ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
2222 - name : goreleaser release
23- uses : goreleaser/goreleaser-action@v2
23+ uses : goreleaser/goreleaser-action@v3
2424 with :
2525 args : release --rm-dist --skip-sign --snapshot --timeout 2h
2626 - name : artifact naming
You can’t perform that action at this time.
0 commit comments