We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c65a94 commit be737ebCopy full SHA for be737eb
.github/workflows/.goreleaser.yml
@@ -13,12 +13,12 @@ jobs:
13
# we have to fetch all history to be able to generate the release note. c.f. https://goreleaser.com/ci/actions/.
14
fetch-depth: 0
15
- name: Set up Go
16
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
17
with:
18
go-version-file: 'go.mod'
19
check-latest: true
20
- name: Run GoReleaser
21
- uses: goreleaser/goreleaser-action@v2
+ uses: goreleaser/goreleaser-action@v4
22
23
distribution: goreleaser
24
version: latest
0 commit comments