bjencks
bjencks
``` $ go version go version go1.16.10 linux/amd64 ``` (Fedora 35, in a fresh toolbox with just golang installed)
I tried it in my homedir, in an empty directory, and in a checkout of this repo. All had the same result.
Related, yes, but not the same -- I don't need to be able to make these changes while the system is running; I do need to be able to make...
I'm skeptical that this is an RPM issue; directly importing it using RPM appears to work: ``` $ curl -O https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg $ curl -O https://packages.cloud.google.com/yum/doc/yum-key.gpg $ sudo rpm --import rpm-package-key.gpg...