runpod / runpodctl

🧰 | RunPod CLI for pod management
https://www.runpod.io/
GNU General Public License v3.0
257 stars 37 forks source link

E-301: Update go mod, add ci, run `gofumpt` #122

Closed ef0xa closed 7 months ago

ef0xa commented 8 months ago

E-301

I couldn't just add the CI here: go 1.17 changed the format of go.mod from 1.16. We needed to update the version of go to get a consistent result, so we might as well hop all the way up to 1.22.

E-302 I also unified the module path with go convention, similar to https://github.com/runpod/hapi/pull/15 for HAPI.

How I tested it:

It is the tests.