derision-test / go-mockgen

MIT License
57 stars 7 forks source link

Update to Go 1.22 #52

Closed pjlast closed 4 months ago

pjlast commented 4 months ago

Bumps Go version to 1.22, which also required a bump of golang.org/x/tools to resolve a a invalid memory address or nil pointer dereference panic.

Closes https://github.com/derision-test/go-mockgen/issues/51

I'm not sure what else would be required, or if this is even the best approach to resolving the panic 🤔 perhaps a Go version somewhere between 1.18 and 1.22 resolves the issue as well.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

unknwon commented 4 months ago

@efritz - Thanks for merging! Can you make a new tag to include this merge?

efritz commented 4 months ago

@unknwon v2.0.0 🎉