-
Notifications
You must be signed in to change notification settings - Fork 6
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
deps(go): Upgrade to Go 1.21.3 #338
Conversation
Is the summary below correct? The last build-deb-action call, the one that actually builds the binary package, will never succeed meanwhile go1.21.3 gets published in the ubuntu archive, right?! My understanding for this log line is that Go is trying to upgrade itself, but the docker container that builds the binary package is supposed to not have access to the internet in the first place, so this will always fail.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're missing the Go version in .golangci.yaml
.
Not sure about the toolchain issue, I'm looking into it.
This morning I set up an LXD container without |
How did the container obtain the correct version of Go? |
I pre-installed the dependencies |
e9be2de
to
602fb3e
Compare
This runs on top of ubuntu-latest, which comes with go1.18 That version of go fails to execute "go mod edit -go 1.x.y" It expects the edit to be "-go 1.x" We need go 1.20 or later to do the edit -.-
Don't wait for me to merge this, if approved. There are quite a lot of things hanging on waiting on this PR. |
Go vulnerability checker is warning about a CVE in the http module found in Go 1.21.1 and fixed in Go 1.21.3.