kubernetes-sigs / windows-testing

Containers, scripts and documentation for running Kubernetes tests with Windows nodes
Apache License 2.0
40 stars 55 forks source link

unit tests: Update golang to 1.21.6 #419

Closed claudiubelu closed 9 months ago

claudiubelu commented 9 months ago

Kubernetes has switched golang to 1.21. Because of this, the unit test runs have failures with the following message:

note: module requires Go 1.21

Updates the installed golang to 1.21.6.

k8s-ci-robot commented 9 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: claudiubelu

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/windows-testing/blob/master/OWNERS)~~ [claudiubelu] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
claudiubelu commented 9 months ago

/cc @jsturtevant @marosset

claudiubelu commented 9 months ago

/cc @aravindhp @knabben

Merge pls, so we can resume running the unit tests.