Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sampointer committed Apr 13, 2020
1 parent b38beb2 commit 3881b5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ jobs:
- image: circleci/golang:1.14
steps:
- checkout
#- run: go test ./...
- run: curl -sL https://git.io/goreleaser | bash
build:
docker:
- image: circleci/golang:1.14
steps:
- checkout
#- run: go test ./...
- run: go test ./...
- run: go build -ldflags "-X main.version=$CIRCLE_SHA1"
- store_artifacts:
path: kapo
Expand Down
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Main build and github release
before:
hooks:
# you may remove this if you don't use vgo
# - go mod tidy
# you may remove this if you don't need go generate
# - go generate ./...
- go mod tidy
- go vet ./...
- go generate ./...
- go test ./...
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 3881b5b

Please sign in to comment.