Conversation
The older version does not support go 1.26 but the workflow installs go 1.26 as it ask for the stable go version. Therefore CI fails currently. Fix this by updating golangci-lint to the latest version which does support go 1.26. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
|
Looks like we have a nasty flake, took 5 tries to get the one job passing https://github.com/coreos/go-systemd/actions/runs/22762902976/attempts/4?pr=513 Seems to be a race condition when compiling go programs?! |
|
replaced by #515 |
Seeing a similar failure when building Go tests: It looks like someone removes /tmp while go compiles code. My guess it's systemd. I think that Opened #516 to fix. |
The older version does not support go 1.26 but the workflow installs go 1.26 as it ask for the stable go version. Therefore CI fails currently. Fix this by updating golangci-lint to the latest version which does support go 1.26.