Skip to content

Commit

Permalink
Update goreleaser.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Aug 19, 2023
1 parent 2ec2e46 commit 4aa8f16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Expand Up @@ -41,3 +41,6 @@ jobs:

- name: Test concurrency
run: go test -v -race ./... -run Concurrency

- name: GoReleaser Action
uses: goreleaser/goreleaser-action@v4.4.0
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -14,3 +14,5 @@ __debug_bin
.idea/vcs.xml

.idea/workspace.xml

dist/
1 change: 1 addition & 0 deletions .goreleaser.yml
Expand Up @@ -8,3 +8,4 @@ builds:
- linux
goarch:
- amd64
- arm64

0 comments on commit 4aa8f16

Please sign in to comment.