open-cluster-management-io / policy-generator-plugin

A Kustomize generator plugin to generate Open Cluster Management policies
Apache License 2.0
29 stars 31 forks source link

Add support for Go v1.15 #14

Closed mprahl closed 3 years ago

mprahl commented 3 years ago

os.ReadFile is not available in Go 1.15, and this is required to build on top of the UBI8 container image.

openshift-ci[bot] commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: acm-grc-security, mprahl

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/open-cluster-management/policy-generator-plugin/blob/main/OWNERS)~~ [mprahl] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
ChunxiAlexLuo commented 3 years ago

os.ReadFile is not available in Go 1.15, and this is required to build on top of the UBI8 container image.

Thanks for fixing this, just found the same issue