Skip to content

Updated module path #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2021
Merged

Updated module path #1

merged 1 commit into from
Mar 4, 2021

Conversation

mkaiser323
Copy link
Owner

The current setup does not work with go modules due to the fact that the go code is in a subfolder. When trying to build, for instance, the following error is returned:

go: errors parsing go.mod:
...
require github.com/looker-open-source/sdk-codegen/go: version "v21.0.7" invalid: unknown revision go/v21.0.7

According to this thread: golang/go#38592 and this wiki: https://github.com/golang/go/wiki/Modules#publishing-a-release the name of the subfolder must be included in the version tag.

@mkaiser323 mkaiser323 merged commit 6194120 into main Mar 4, 2021
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.

1 participant