Skip to content

Commit 07f1364

Browse files
authored
Merge pull request #105 from NETWAYS/dependabot/github_actions/goreleaser/goreleaser-action-6
Bump goreleaser/goreleaser-action from 5 to 6
2 parents ec8c610 + 8ee4d78 commit 07f1364

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Run goreleaser in release mode
3434
if: success() && startsWith(github.ref, 'refs/tags/v')
35-
uses: goreleaser/goreleaser-action@v5
35+
uses: goreleaser/goreleaser-action@v6
3636
with:
3737
version: latest
3838
args: release --rm-dist

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.idea
22
check_logstash
33
vendor/
4+
dist/
45
tmp/
56
coverage.html
67
coverage.out

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# See documentation at https://goreleaser.com
2+
version: 2
23
before:
34
hooks:
45
- go mod download

0 commit comments

Comments
 (0)