google / knative-gcp

GCP event implementations to use with Knative Eventing.
https://github.com/knative/eventing
Apache License 2.0
160 stars 74 forks source link

Update github actions to use go 1.17 #2253

Closed eclipselu closed 3 years ago

eclipselu commented 3 years ago

Prow tests are using go 1.17, it is necessary to update github actions as well, otherwise either prow test or github action will fail due to the newly added "//go:build" comment in 1.17

The following are also done to generate the new // go:build comments.

knative-prow-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: eclipselu

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/google/knative-gcp/blob/release-0.23/OWNERS)~~ [eclipselu] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
tommyreddad commented 3 years ago

/lgtm