mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 16:01:05 +00:00

- Updates fips-go to be the latest on cfsetup.yaml - Updates sumtype's x/tools to be latest to avoid Internal: nil pkg errors with fips.
8 lines
82 B
Go
8 lines
82 B
Go
// +build go1.10
|
|
|
|
package testrunner
|
|
|
|
var (
|
|
buildArgs = []string{"test", "-c"}
|
|
)
|