Bumping go-version in go.mod to almost the latest version and updating so the tests run on relevant images.
Could perhaps keep running on golang 1.13 to ensure backwards compatibility, but it shouldn't be a problem.
Fixing the code-generation (broken link to latest-spec) and generate based on latest QIX-rpc spec.
Run go fmt which had been neglected, for whatever reason.
Bumping go-version in
go.mod
to almost the latest version and updating so the tests run on relevant images. Could perhaps keep running ongolang 1.13
to ensure backwards compatibility, but it shouldn't be a problem.Fixing the code-generation (broken link to latest-spec) and generate based on latest QIX-rpc spec.
Run
go fmt
which had been neglected, for whatever reason.