Releases: andornaut/gog
Releases · andornaut/gog
dev
Latest build from main branch
v0.3.0
Changelog
- 952f38a Add GitHub Actions workflows and CI/CD configuration
- c843f2e Add comprehensive test suite for core functionality
- 44f431d Add coverage files to .gitignore
- 52ab5b0 Add focused security tests for critical fixes
- 42492f3 Add goimports and gci linters for import management
- 9011461 Add unparam linter and fix unused parameters
- b91a115 Fix TestFileSkipsAlreadyLinked for macOS compatibility
- 10820c0 Fix critical security and deprecation issues
- 28f8c69 Fix golangci-lint configuration for Go 1.26 compatibility
- 526f5c5 Fix golangci-lint-action version for v2 support
- adf53af Fix linting issues and improve code quality
- 259656e Fix symlink recreation on macOS by using direct target comparison
- 4c19b97 Improve code quality and documentation
- 2726acf Improve error messages with detailed context
- fc8d121 Modernize Makefile with improved test targets
- 23bbe8f Remove shadow from linters list
- 9e8a307 Remove unnecessary gosec exclude G115
- 3b09f9e Simplify linter config and GitHub workflow
- 79f775f Update Go version from 1.12 to 1.26
- fb7fa24 Upgrade dependencies and fix shadow variables
- c836eba Upgrade golangci-lint from v1.64.8 to v2.10.1