tmc / langchaingo

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

test(llms/bedrock): update testcase and update aws go sdk version for add claude-3-5 #915

Open wangjiancn opened 1 week ago

wangjiancn commented 1 week ago

PR Checklist

wangjiancn commented 1 week ago

@tmc Can I upgrade the lint tool to the latest version?

https://golangci-lint.run/welcome/install/

tmc commented 1 week ago

Yes let's.

tmc commented 1 week ago

That shouldn't block this PR though -- looks like that file needs to be gofump'd

wangjiancn commented 1 week ago

@tmc This is not a direct cause of failure.

There are a lot of new linters in the new version, and I can't disable those linters without upgrading the version

image