cybertec-postgresql / vip-manager

Manages a virtual IP based on state kept in etcd or Consul
BSD 2-Clause "Simplified" License
207 stars 41 forks source link

Prerequisite of go version >= 1.22 instead of 1.19 in the README ? #257

Closed zejeanmi closed 1 month ago

zejeanmi commented 1 month ago

Hello

During go build (rhel 9 - ppc64le) , I got this message : go: go.etcd.io/etcd/client/v3@v3.5.16 requires go >= 1.22 (running go 1.21.11; GOTOOLCHAIN=local)

So I upgraded my go version to 1.23.

The Prerequisites section of the README should reflect that.

Thank you

zejeanmi commented 1 month ago

Sorry it was a requirement of go.etcd client and not a direct requirement of vip-manager