diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0fb129..c168e62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,3 +23,9 @@ jobs: - name: Run tests run: | go test ./... + + - name: Check GoReleaser + uses: goreleaser/goreleaser-action@v4 + with: + version: latest + args: check diff --git a/.goreleaser.yml b/.goreleaser.yml index e2a88e1..7a30d4b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -12,13 +12,7 @@ builds: - amd64 - arm archives: - - replacements: - darwin: macosx - 386: x86_32 - amd64: x86_64 - format: binary - files: - - none* + - format: binary dockers: - image_templates: - "itzg/{{.ProjectName}}:latest"