-
Notifications
You must be signed in to change notification settings - Fork 501
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
chore: Build with Go 1.21.4 #3324
Conversation
FYI, Fedora 39 was released yesterday. On an unrelated note, do you think it would be worth splitting out the
IIRC, sometimes the |
Thanks. It looks like the Go installation in Fedora 39 broke
If some of the results from |
Confirmed that this is a bug in Fedora 39: $ docker pull fedora:latest
$ docker run -it fedora:latest /bin/bash
[root@01330dfaac82 /]# dnf update && dnf install -y golang
...
[root@01330dfaac82 /]# go version
go version go1.21.3 linux/amd64
[root@01330dfaac82 /]# go tool dist list
go tool dist: FAILED: not a Git repo; must put a VERSION file in $GOROOT |
Ahh, I didn't know that. Thanks for the explanation, anyway. |
`go tool dist list` is broken on Fedora 39. See https://bugzilla.redhat.com/show_bug.cgi?id=2248782.
I'm not quite sure what would be needed to make this the case from a logical perspective, but there are at least two ways to pass data between dependent jobs: Toward the end of the month, I should have some time to look into this if I had a better understanding of what you would want to reuse downstream. |
I opened #3366 for this. |
No description provided.