Skip to content

Commit

Permalink
update go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
crhuber committed Mar 25, 2023
1 parent 92c55e5 commit 3d7531b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.16.x
go-version: 1.18.x
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
builds:
- binary: kelp
- binary: dev-proxy
goos:
- darwin

Expand Down

0 comments on commit 3d7531b

Please sign in to comment.