update the golang min requirement to the correct one.
$ make binary
go generate ./...
go: errors parsing go.mod:
/ctx/dcgm-exporter/go.mod:3: invalid go version '1.22.0': must match format 1.23
/ctx/dcgm-exporter/go.mod:5: unknown directive: toolchain
update the
golang
min requirement to the correct one.Once I installed v1.23 I was able to build it.
Thanks.