Closed PhilKrau closed 1 month ago
Version 3.3.5 was updated to use Go 1.22 since the version it was on at the time was due to be EOL.
All you would need do is update your Go version 1.22 or later (1.23 being the latest at the moment).
I will be updating it every now and then simply to ensure it gets the latest security patches, features and performance improvements. For the future checking https://github.com/boyter/scc/blob/master/go.mod will let you know what version you need to be building from.
Managed to fix the issue, thank you very much !
You are welcome!
Hey, I'm using scc inside a gitlab ci/cd-pipeline and all my pipelines are failing since the command
go install github.com/boyter/scc/v3@latest
isn't working anymore. Up until version 3.3.5 everything ran fine, now I get the following errors:I would appreciate any kind of help since I'm not too versed in Go. I'm using Ubuntu 22.04 and go1.18.1 linux/amd64. Thanks in advance for any help