Skip to content

Commit

Permalink
remove hooks and [now] unnecessary install of stringer and gomock
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Mar 10, 2023
1 parent c8591f2 commit 43042e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
cache: true
# More assembly might be required: Docker logins, GPG, etc. It all depends
# on your needs.
- name: install mockgen and stringer
run: |
go install github.com/golang/mock/[email protected]
go install golang.org/x/tools/cmd/stringer@latest
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
Expand Down
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 43042e5

Please sign in to comment.