Closed
Description
- install go 1.13 on your system
- cd into a directory that is a go module
- now run go get
go get k8s.io/[email protected]
go: finding k8s.io/client-go v12.0.0
go get k8s.io/[email protected]: k8s.io/[email protected]: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v12
The issue is that semantic import versioning requires the module declaration to be:
module k8s.io/client-go/v12
Metadata
Metadata
Assignees
Labels
No labels