Skip to content

Commit 14f3eb8

Browse files
author
copyleftdev
committed
fix: remove goreleaser from CI tools to resolve version conflicts
- Removed goreleaser which was causing golang.org/x/tools version conflicts - Kept essential tools: golangci-lint, goimports, gosec - Verified tools installation works locally with Go 1.25 - This should finally resolve all CI/CD pipeline failures The core development tools are now compatible and working.
1 parent 5a47133 commit 14f3eb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ tools: ## Install development tools
111111
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
112112
@go install golang.org/x/tools/cmd/goimports@latest
113113
@go install github.com/securego/gosec/v2/cmd/gosec@latest
114-
@go install github.com/goreleaser/goreleaser@latest
115114
@echo "$(GREEN)Development tools installed!$(NC)"
116115

117116
# ============================================================================

0 commit comments

Comments
 (0)