We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c9d57 commit bb463f8Copy full SHA for bb463f8
.circleci/config.yml
@@ -36,7 +36,7 @@ jobs:
36
publish-github-release:
37
executor: golang
38
steps:
39
- - checkout
+ - setup-image
40
- run: make deploy
41
42
workflows:
Makefile
@@ -24,7 +24,7 @@ build:
24
$(GOBUILD) $(LDFLAGS) -o $(BINPATH)/$(BINARY_NAME) -v ./cmd/$(BINARY_NAME)
25
26
deploy:
27
- GO111MODULE=off go get github.com/goreleaser/goreleaser
+ go install github.com/goreleaser/goreleaser@latest
28
goreleaser release --rm-dist
29
30
lint:
0 commit comments