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 cad67c6 commit f6d486b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -21,7 +21,6 @@ jobs:
- image: circleci/golang:1.14
steps:
- checkout
- run: go test ./...
- run: curl -sL https://git.io/goreleaser | bash
build:
docker:
Expand Down
8 changes: 4 additions & 4 deletions .goreleaser.yml
@@ -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 f6d486b

Please sign in to comment.