-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: matheus3301/loopforge
base: v0.1.0
head repository: matheus3301/loopforge
compare: v0.1.1
- 8 commits
- 21 files changed
- 1 contributor
Commits on Jan 23, 2026
-
chore: update Go version to 1.25.6
- go.mod: 1.25.5 → 1.25.6 - .mise.toml: pin Go version for local dev - CI workflows: use Go 1.25.6
Configuration menu - View commit details
-
Copy full SHA for 997bb70 - Browse repository at this point
Copy the full SHA 997bb70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63aed51 - Browse repository at this point
Copy the full SHA 63aed51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 475f819 - Browse repository at this point
Copy the full SHA 475f819View commit details -
ci: replace golangci-lint with go vet + staticcheck
golangci-lint doesn't support Go 1.25.x yet, so we use: - go vet (built-in) - go fmt check - staticcheck (supports latest Go)
Configuration menu - View commit details
-
Copy full SHA for 9c0f950 - Browse repository at this point
Copy the full SHA 9c0f950View commit details -
fix: format code and fix CI verify binary command
- Run go fmt on all files - Use 'version' subcommand instead of '--version' flag
Configuration menu - View commit details
-
Copy full SHA for bbaa0af - Browse repository at this point
Copy the full SHA bbaa0afView commit details -
ci: disable race detection (known spinner race condition)
TODO: fix data race in internal/output spinner tests
Configuration menu - View commit details
-
Copy full SHA for 352bfe7 - Browse repository at this point
Copy the full SHA 352bfe7View commit details -
- Remove staticcheck (style issues to fix later) - Run tests only on Ubuntu (Windows/macOS flaky) - Keep builds on all platforms
Configuration menu - View commit details
-
Copy full SHA for 74d9e5c - Browse repository at this point
Copy the full SHA 74d9e5cView commit details -
fix: resolve all staticcheck issues and add Makefile
- Fix ST1005: error strings should not end with punctuation - Fix S1039: unnecessary fmt.Sprintf - Fix S1009: nil check before len() - Fix SA4011: ineffective break statement - Fix SA4006: unused variable - Add Makefile with lint/fix/test targets - Re-enable staticcheck in CI
Configuration menu - View commit details
-
Copy full SHA for 7f2b882 - Browse repository at this point
Copy the full SHA 7f2b882View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.0...v0.1.1