Trendyol / kink

KinK is a helper CLI that facilitates to manage KinD clusters as Kubernetes pods. Designed to ease clusters up for fast testing with batteries included in mind.
Apache License 2.0
373 stars 28 forks source link

ioutil.TempDir deprecated #111

Open halilylm opened 1 year ago

halilylm commented 1 year ago

ioutil.TempDir is deprecated as of go 1.17, I replaced them with os.MkdirTemp.