-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Update to Go 1.17 #8930
Comments
Never mind, that needs to wait until Go 1.18 (they have started to use Go 1.17 API, and there isn't anything in Go 1.17 in these packages that ver really need). |
bep
added a commit
to bep/hugo
that referenced
this issue
Aug 26, 2021
Merged
bep
added a commit
to bep/hugo
that referenced
this issue
Aug 30, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Aug 31, 2021
Go 1.17 now lazy-loads dependencies when `go.mod` is version `go17`. This does not work for us for new projects started with `hugo mod init`. Before this commit, starting a project with Go 1.17 with `hugo mod init` and then start adding dependencies with transitive dependenies to `config.toml` would treat the transitive dependencies as new, and you would potentially get a too recent version of those. Note that this does not effect existing projects, where all dependencies are already recorded in `go.mod`. Fixes gohugoio#8930
bep
added a commit
to bep/hugo
that referenced
this issue
Aug 31, 2021
Go 1.17 now lazy-loads dependencies when `go.mod` is version `go17`. This does not work for us for new projects started with `hugo mod init`. Before this commit, starting a project with Go 1.17 with `hugo mod init` and then start adding dependencies with transitive dependenies to `config.toml` would treat the transitive dependencies as new, and you would potentially get a too recent version of those. Note that this does not effect existing projects, where all dependencies are already recorded in `go.mod`. Fixes gohugoio#8930
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
And remember the Go templates package.
The text was updated successfully, but these errors were encountered: