yannh / kubeconform

A FAST Kubernetes manifests validator, with support for Custom Resources!
Apache License 2.0
2.07k stars 116 forks source link

New release with latest Go version? #238

Closed lboynton closed 8 months ago

lboynton commented 9 months ago

Current release of kubeconform is using golang version 1.19.1 which is being flagged as having security vulnerabilities in various docker image scanning tools.

go version kubeconform 
kubeconform: go1.19.1

Is it possible to release a new version with a latest version of Go?

yannh commented 9 months ago

Sure! I ll do this as soon as I find some time. No promises, if anyone makes a PR before I do I would merge it :)

yannh commented 8 months ago

Done in https://github.com/yannh/kubeconform/pull/245 I ll cut a release soon