TUN-7584: Bump go 1.20.6

Pins all docker and cfsetup builds to a specific go patch version.
Also ran go fix on repo.
This commit is contained in:
Devin Carr
2023-07-26 13:52:40 -07:00
parent 5f3cfe044f
commit 65247b6f0f
29 changed files with 57 additions and 321 deletions
-1
View File
@@ -1,5 +1,4 @@
//go:build !windows && !darwin && !linux
// +build !windows,!darwin,!linux
package main
-1
View File
@@ -1,5 +1,4 @@
//go:build linux
// +build linux
package main
-1
View File
@@ -1,5 +1,4 @@
//go:build darwin
// +build darwin
package main
@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
// TODO: Remove the above build tag and include this test when we start compiling with Golang 1.10.0+
-1
View File
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package tunnel
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package updater
-1
View File
@@ -1,5 +1,4 @@
//go:build windows
// +build windows
package main