Facing a Go version conflict when simply running make on this repo:
$ make
go run github.com/deepmap/oapi-codegen/cmd/oapi-codegen -config generate.yaml api/microcks-openapi-v1.8.yaml
go: errors parsing go.mod:
/Users/laurent/Development/github/microcks-go-client/go.mod:3: invalid go version '1.21.3': must match format 1.23
make: *** [generate-client] Error 1
Describe the bug
Facing a Go version conflict when simply running
make
on this repo:Expected behavior
I expected to be able to generate something...
Actual behavior
Fails. Nothing got generated.
Here's the output of my go version:
How to Reproduce?
main
branchmake
Microcks version or git rev
main
Install method (
docker-compose
,helm chart
,operator
,docker-desktop extension
,...)NA
Additional information
No response