aquasecurity / trivy

Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
https://aquasecurity.github.io/trivy
Apache License 2.0
22.14k stars 2.18k forks source link

chore: bump Go toolchain version #6984

Closed knqyf263 closed 2 weeks ago

knqyf263 commented 2 weeks ago

Description

Go 1.22.0-1.22.3 has a bug. This PR bumps the toolchain version so developers will not face the problem. https://github.com/golang/go/issues/66993

NOTE: the fix was backported to 1.22.4. https://github.com/golang/go/issues/67527

Checklist