tmc / langchaingo

LangChain for Go, the easiest way to write LLM-based programs in Go
https://tmc.github.io/langchaingo/
MIT License
4.41k stars 598 forks source link

GH actions: update lint workflow to newer version of Go #745

Closed eliben closed 6 months ago

eliben commented 6 months ago

What motivates this is a newer lint version for local running with 1.22, which fixes the loop range issue and doesn't require spurious lint errors in tests any more.

eliben commented 6 months ago

Thanks for the quick review!