mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-03 23:19:55 +00:00
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:
committed by
Brad Davidson
parent
e6385b2341
commit
c8447dca56
@@ -1,3 +1,4 @@
|
||||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package cmds
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build !linux || !cgo
|
||||
// +build !linux !cgo
|
||||
|
||||
package cmds
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build !linux || !cgo
|
||||
// +build !linux !cgo
|
||||
|
||||
package cmds
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build no_stage
|
||||
// +build no_stage
|
||||
|
||||
package cmds
|
||||
|
||||
Reference in New Issue
Block a user