cruise-automation / k-rail

Kubernetes security tool for policy enforcement
Apache License 2.0
443 stars 54 forks source link

Drop Go 1.12.x support in CI #57

Closed alpe closed 4 years ago

alpe commented 4 years ago

I don't know if there is any reason to be backwards compatible. There is some practical issue with the build flag that I would like to use which was introduced in Go 1.13

The new go build flag -trimpath removes all file system paths from the compiled executable, to improve build reproducibility.

https://golang.org/doc/go1.13#go-command