fix(ci): update goreleaser (#132)

* fix(ci): update goreleaser

* fix(ci): migrate to new goreleaser config, disable brew for now

* chore(ci): address pr comments
This commit is contained in:
2026-01-02 02:39:08 +02:00
committed by GitHub
parent 4a656b21ae
commit 0d542555c5
2 changed files with 48 additions and 73 deletions

View File

@@ -14,8 +14,10 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
- name: Install dependencies
run: go mod tidy
- name: Run golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: v2.7.2
- name: Setup Node.js for EditorConfig tools
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with: