Skip to content

Commit

Permalink
github: remove goreleaser from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Dec 2, 2023
1 parent 5a5648c commit ee08363
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
- name: Install Go modules
run: |
make dep
git diff
cat go.mod
go mod tidy
go mod verify
go mod download
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dep:
@echo "DEBUG: started $@"
@go install golang.org/x/lint/golint@latest
@go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
@go install github.com/goreleaser/goreleaser@latest
@#go install github.com/goreleaser/goreleaser@latest
@go install github.com/greenpau/versioned/cmd/versioned@latest
@go install github.com/kyoh86/richgo@latest
@echo "DEBUG: completed $@"
Expand Down

0 comments on commit ee08363

Please sign in to comment.