Skip to content

Commit 48b7581

Browse files
authored
security/advancedtls: remove Go1.19 build constraints (#7404)
1 parent eff3e67 commit 48b7581

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

security/advancedtls/crl.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(@gregorycooke) - Remove when only golang 1.19+ is supported
2-
//go:build go1.19
3-
41
/*
52
*
63
* Copyright 2021 gRPC authors.

security/advancedtls/crl_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(@gregorycooke) - Remove when only golang 1.19+ is supported
2-
//go:build go1.19
3-
41
/*
52
*
63
* Copyright 2021 gRPC authors.

0 commit comments

Comments
 (0)