Skip to content

Commit

Permalink
use circleci setup step and go install for goreleaser (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
derektamsen authored Apr 26, 2021
1 parent 97c9d57 commit bb463f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
publish-github-release:
executor: golang
steps:
- checkout
- setup-image
- run: make deploy

workflows:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
$(GOBUILD) $(LDFLAGS) -o $(BINPATH)/$(BINARY_NAME) -v ./cmd/$(BINARY_NAME)

deploy:
GO111MODULE=off go get github.com/goreleaser/goreleaser
go install github.com/goreleaser/goreleaser@latest
goreleaser release --rm-dist

lint:
Expand Down

0 comments on commit bb463f8

Please sign in to comment.