Skip to content

Commit ed3aa3c

Browse files
Bump goreleaser/goreleaser-action from 2 to 3
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v2...v3) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f4fce7 commit ed3aa3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/goreleaser-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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:
@@ -68,6 +68,6 @@ jobs:
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

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

0 commit comments

Comments
 (0)