Skip to content

Commit

Permalink
Cleanup .goreleaser (#24)
Browse files Browse the repository at this point in the history
* Fix arch in releaser

* Remove dir since default is the same

* Upgrade actions/setup-go@v4 to v5

---------

Co-authored-by: bt353 <brandon.tassone@yale.edu>
  • Loading branch information
btassone and bt353 authored Dec 16, 2023
1 parent 2d0ea1b commit 48970dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand Down
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
dir: .
main: ./cmd/toker
release:
prerelease: auto
Expand Down

0 comments on commit 48970dc

Please sign in to comment.