kubernetes-sigs / kubebuilder-declarative-pattern

A toolkit for building declarative operators with kubebuilder
Apache License 2.0
255 stars 84 forks source link

Update go1.16 in github workflow #175

Closed atoato88 closed 3 years ago

atoato88 commented 3 years ago

What this PR does / why we need it: This PR updates golang version to 1.16 in github workflow files.

GitHub workflow job CI / verify-gomod (pull_request) fails in #169. Failure detail log here That PR update go version to v1.16 in go.mod, but specified version in workflow is set to v1.15.

Github workflow job failure in #169 will be fixed once this PR merged, I think.

justinsb commented 3 years ago

Thanks for finding & fixing @atoato88

/approve /lgtm

k8s-ci-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: atoato88, justinsb

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/kubernetes-sigs/kubebuilder-declarative-pattern/blob/master/OWNERS)~~ [justinsb] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment