mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 10:26:34 +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.
6 lines
84 B
Go
6 lines
84 B
Go
// +build go1.18
|
|
|
|
package qtls
|
|
|
|
var _ int = "quic-go doesn't build on Go 1.18 yet."
|