qlik-oss / enigma-go

Go library for consuming Qlik's Associative Engine.
MIT License
39 stars 12 forks source link

chore: generate code & bump to golang 1.21 #316

Closed glooms closed 8 months ago

glooms commented 8 months ago

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.