go.mod issue #1343
-
Greetings, I have a container running docker on a Proxmox system. Go seems to be a problem somewhere as when I try to issue the make generator mibs, I get this: root@grafana:~/snmp_exporter/generator# make generator mibs If I just type in make, the mibs get downloaded. Line five of go.mod has: toolchain go1.23.1 The loaded version of go on the system is: go version go1.19.8 linux/amd64 Any attempt to update it manually comes up with some unknown version for linux/amd64. Any ideas? Thanks Stephen |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Your Go version is too old. |
Beta Was this translation helpful? Give feedback.
Your Go version is too old.