Closed ef0xa closed 7 months ago
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.
go.mod
1.16
go
It is the tests.
E-301
I couldn't just add the CI here: go 1.17 changed the format of
go.mod
from1.16
. We needed to update the version ofgo
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.