Bump golang to 1.18.1

Also update all use of 'go get' => 'go install', update CI tooling for
1.18 compatibility, and gofmt everything so lint passes.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson
2022-04-05 13:13:48 -07:00
committed by Brad Davidson
parent e6385b2341
commit c8447dca56
24 changed files with 32 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
//go:build windows
// +build windows
package cmds

View File

@@ -1,3 +1,4 @@
//go:build !linux || !cgo
// +build !linux !cgo
package cmds

View File

@@ -1,3 +1,4 @@
//go:build !linux || !cgo
// +build !linux !cgo
package cmds

View File

@@ -1,3 +1,4 @@
//go:build no_stage
// +build no_stage
package cmds