SumoLogic / tailing-sidecar

tailing sidecar - the cluster-level logging agent for Kubernetes
Apache License 2.0
49 stars 14 forks source link

build: downgrade sidecar to Go 1.20 #710

Closed swiatekm closed 4 months ago

swiatekm commented 4 months ago

https://github.com/golang/go/issues/62440 is still unresolved in newer Go versions, and it causes crashes in some circumstances.

I've also added dev builds on branches prefixed with dev-build/, like we do in other projects.