Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Action for PRs to use go 1.15.13
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]>
- Loading branch information