mirror of https://github.com/grpc/grpc-go.git
security/advancedtls: remove Go1.19 build constraints (#7404)
This commit is contained in:
parent
eff3e67875
commit
48b7581b56
|
@ -1,6 +1,3 @@
|
|||
// TODO(@gregorycooke) - Remove when only golang 1.19+ is supported
|
||||
//go:build go1.19
|
||||
|
||||
/*
|
||||
*
|
||||
* Copyright 2021 gRPC authors.
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
// TODO(@gregorycooke) - Remove when only golang 1.19+ is supported
|
||||
//go:build go1.19
|
||||
|
||||
/*
|
||||
*
|
||||
* Copyright 2021 gRPC authors.
|
||||
|
|
Loading…
Reference in New Issue