zlabjp / nghttpx-ingress-lb

nghttpx ingress controller for Kubernetes
Other
136 stars 12 forks source link

Workaround incompatibility between go1.21+ go line and setup-go #346

Closed tatsuhiro-t closed 5 months ago

tatsuhiro-t commented 5 months ago

Now go line in go.mod requires patch version. go line indicates the minimum go version that this module requires. Meanwhile, previously we set go line without patch version. go-version-file of setup-go looks go line and picks the latest go patch version. But now it includes patch version, setup-go always picks the exact version that go line specifies, which is not what we want. As a workaround, stop using go-version-file, and use go-version.