Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update goreleaser to version 2
Browse files Browse the repository at this point in the history
Update goreleaser to version 2
lukasbudisky committed Aug 12, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 2da99a2 commit 34618f4
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -27,5 +27,4 @@ jobs:
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GO: false
VALIDATE_GO_RELEASER: false
VALIDATE_GO_MODULES: false
3 changes: 0 additions & 3 deletions .golangci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
before:
hooks:
- go mod tidy
@@ -43,4 +44,3 @@ signs:
release:
# draft: true
changelog:
skip: true

0 comments on commit 34618f4

Please sign in to comment.