fix: enable cgo for go builds in ci pipeline #1

Merged
fuzzy merged 17 commits from feat/cicd into main 2026-05-01 14:30:14 +00:00
Owner
No description provided.
fix: enable cgo for go builds in ci pipeline
Some checks failed
Test and Release / test (pull_request) Successful in 1m20s
Test and Release / lint (pull_request) Failing after 26s
Test and Release / release (amd64, linux) (pull_request) Has been skipped
Test and Release / release (amd64, windows) (pull_request) Has been skipped
Test and Release / release (arm64, darwin) (pull_request) Has been skipped
Test and Release / release (arm64, linux) (pull_request) Has been skipped
6bc5ed8f72
fuzzy scheduled this pull request to auto merge when all checks succeed 2026-05-01 13:51:58 +00:00
ci: remove release workflow and push triggers
Some checks failed
Test and Release / test (pull_request) Successful in 43s
Test and Release / lint (pull_request) Failing after 26s
2409e8a977
feat: update golangci-lint to v2.12.0 and refactor configuration
Some checks failed
Test and Release / test (pull_request) Successful in 42s
Test and Release / lint (pull_request) Failing after 27s
d735d7fafc
fix: update golangci-lint installation script url to v2.12.0 tag
Some checks failed
Test and Release / test (pull_request) Successful in 42s
Test and Release / lint (pull_request) Failing after 26s
c5803c3d01
fix: remove typecheck linter from golangci configuration
Some checks failed
Test and Release / test (pull_request) Successful in 38s
Test and Release / lint (pull_request) Failing after 24s
508546c905
fix: update golangci-lint installation to use go install instead of curl script
Some checks failed
Test and Release / test (pull_request) Successful in 41s
Test and Release / lint (pull_request) Failing after 24s
aacf6fe836
fix: update golangci-lint installation path in ci workflow
Some checks failed
Test and Release / test (pull_request) Successful in 43s
Test and Release / lint (pull_request) Failing after 1m10s
399a716b95
fix: remove gosimple linter from golangci configuration
Some checks failed
Test and Release / test (pull_request) Successful in 37s
Test and Release / lint (pull_request) Failing after 1m16s
ab13fbf585
- Rename RobotsChecker to checker and newRobotsChecker to newChecker
- Simplify cookie handling by using append with resp.Cookies() directly
- Replace defer resp.Body.Close() with defer func() { _ = resp.Body.Close() }()
- Use t.Fatalf instead of t.Errorf for better test failure handling
- Add underscore assignment for write operations in tests to suppress unused return values
docs: add package comment for writer module
All checks were successful
Test and Release / test (pull_request) Successful in 45s
Test and Release / lint (pull_request) Successful in 2m6s
eb40adbb5c
fuzzy merged commit eb40adbb5c into main 2026-05-01 14:30:14 +00:00
fuzzy deleted branch feat/cicd 2026-05-01 14:30:15 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/hoover!1
No description provided.