kubernetes/test/conformance/image/go-runner
Tom Wieczorek 4977189c1b
Fix ginkgo noColor deprecation warning
Ginkgo changed the noColor command line arg to be no-color and will
issue the following warning:

You're using deprecated Ginkgo functionality:
=============================================
  --noColor is deprecated, use --no-color instead

Fix this by changing all occurrences accordingly.
2023-06-09 09:34:05 +02:00
..
cmd_test.go Fix ginkgo noColor deprecation warning 2023-06-09 09:34:05 +02:00
cmd.go Fix ginkgo noColor deprecation warning 2023-06-09 09:34:05 +02:00
const.go
env_test.go Replace os.Setenv with testing.T.Setenv in tests 2023-06-05 21:08:56 -05:00
env.go
main.go Merge pull request #106441 from yjjy0921/master 2022-06-01 13:39:46 -07:00
Makefile
README.md
tar_test.go io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
tar.go