Go SDK - Modules #1302
Unanswered
jbsmith7741
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a bit confused on what version of the looker SDK I should use for go. If I pull the latest version using go modules
go get -u github.com/looker-open-source/sdk-codegen/go@latest
, I end up with v0.0.2 which is from May 9, 2022. I see a lot of changes have happened in the repo since then and the go code is different in main.If I pull the last released version with
go get -u github.com/looker-open-source/sdk-codegen/[email protected]
and that gives the version ofgithub.com/looker-open-source/sdk-codegen/go v0.0.3-0.20230411230912-3c3b027b71bc
in the go.mod file.Should I be using the
v0.0.2
or the last releasesdk-v23.6.0
to get the most recent stable sdk?Beta Was this translation helpful? Give feedback.
All reactions