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

View File

@@ -1,5 +1,4 @@
//go:build !windows && !darwin && !linux
// +build !windows,!darwin,!linux
package main

View File

@@ -1,5 +1,4 @@
//go:build linux
// +build linux
package main

View File

@@ -1,5 +1,4 @@
//go:build darwin
// +build darwin
package main

View File

@@ -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+

View File

@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package tunnel

View File

@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package updater

View File

@@ -1,5 +1,4 @@
//go:build windows
// +build windows
package main