Skip to content

Commit bb463f8

Browse files
authored
use circleci setup step and go install for goreleaser (#63)
1 parent 97c9d57 commit bb463f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
publish-github-release:
3737
executor: golang
3838
steps:
39-
- checkout
39+
- setup-image
4040
- run: make deploy
4141

4242
workflows:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build:
2424
$(GOBUILD) $(LDFLAGS) -o $(BINPATH)/$(BINARY_NAME) -v ./cmd/$(BINARY_NAME)
2525

2626
deploy:
27-
GO111MODULE=off go get github.com/goreleaser/goreleaser
27+
go install github.com/goreleaser/goreleaser@latest
2828
goreleaser release --rm-dist
2929

3030
lint:

0 commit comments

Comments
 (0)