-
-
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
build from source is not working with go1.19, go.mod & docu needs update #11864
Comments
I thought the changes for documentation are trivial, but there are many findings for "go 1.19" and additionally an issue for Changes required for v0.122.0 already exist. @jmooring , how should I proceed? |
Yeah, this changed with f31375d, where we bumped getkin/kin-openapi from 0.118.0 to 0.120.0 (see getkin/kin-openapi#836 for details). I've updated the documentation site (gohugoio/hugoDocs#2387) and the README in this repository. |
@jmooring thanks for your fast response and fix for the docu part. But the go.mod part is still open. I like to prepare a PR and link this issue. So please can you re-open the issue. Maybe it was my fault to add an issue for 2 different parts - sorry for that. |
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. |
What version of Hugo are you using (
hugo version
)?Try to build the latest version (0.121.2), made with go 1.21.5.
Does this issue reproduce with the latest release?
yes
go Version
Description
run build for installation according to documentation:
"Install Go version 1.19 or later"
Since go 1.21 the go version directive should (citation):
I will try to prepare a PR to fix this in go.mod and also for the documentation site afterwards.
The text was updated successfully, but these errors were encountered: