这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@andrewbaxter
Copy link
Contributor

@andrewbaxter andrewbaxter commented Mar 12, 2025

This was originally just going to be fixing the import path, but I kept encountering new issues (like panics in analyzer testing utilities, fixed by updating go + deps) so I decided to just do all the pending updates together.

  • Fix module/import path
  • Do build using golangci-lint's module building system
  • Update plugin to yet another new golangci-lint interface
  • Integrate settings with the new golangci-lint interface
  • Update go to 1.24
  • Remove loopvariableref, test issues and obsolete since go 1.22
  • Integrate merged upstream go tools ctrlflow changes
  • Port missing fixes from previous repo
  • Update build to run tests and do lint, some fixes from that (i.e. os.ReadFile instead of ioutil.ReadFile)
  • Update readme for above

Andrew Baxter added 2 commits March 11, 2025 13:40
- Do build using golangci-lint's module building system
- Update plugin to yet another new golangci-lint interface
- Integrate settings with the new golangci-lint interface
- Update go
- Remove loopvariableref
- Integrate merged upstream ctrlflow changes
- Port missing fixes from previous repo
- Update readme for above
@danmilon danmilon merged commit f3285a0 into main Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants