4 Commits

Author SHA1 Message Date
Pierre Prinetti
339d4d25ae
actions: Print go version
In order to rapidly debug test issues, issue `go version` prior to
running any test.
2021-11-15 14:01:28 +01:00
Pierre Prinetti
0623e9e6e9
actions: Fix Windows Go version
Prior to this patch, the Go version for the Windows tests in Github
resolved to `1.15.15`[1].

With this patch, the Go version for the Windows tests is fixed to
actually resolve to the latest version (^1.16), consistent to the other
platforms.

This patch also bumps `actions/setup-go`[2] to the latest version,
consistent with the other platforms.

[1]: https://github.com/kubernetes-csi/csi-driver-nfs/runs/4211323920?check_suite_focus=true
[2]: https://github.com/actions/setup-go
2021-11-15 14:01:27 +01:00
andyzhangx
7ff2fb8510 test: fix go mod issue with go1.16 2021-03-07 12:09:11 +00:00
andyzhangx
9e149bc5ee test: add windows unit test action 2021-01-04 03:18:43 +00:00