You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is required due to golang/go#44557 -- go
1.16 deprecates the ioutil package and introduces a new package io in
its place. Go versions below 1.15.10 can fail if a library or dependency
uses the go 1.16 package, e.g. for addlicense:
build github.com/google/addlicense: cannot load io/fs: malformed module path "io/fs": missing dot in first path element
This commit updates to Go 1.15.13, as that is what's used in the current
builder image for the controller
Signed-off-by: Angel Misevski <[email protected]>
0 commit comments