diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-02-18 23:35:57 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-18 23:35:57 +0000 |
commit | 86cb33a031425bcc61210778836acfb935c4d7db (patch) | |
tree | aaf1ee3e79fd67b339e1922e193368ea3f5df488 /pkg/goid | |
parent | 9253ef5a85a731313fb148a5aa687575431f58dc (diff) | |
parent | f80a857a4f5f57908c64a22f5de0e07df722227d (diff) |
Merge release-20210208.0-73-gf80a857a4 (automated)
Diffstat (limited to 'pkg/goid')
-rw-r--r-- | pkg/goid/goid.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/goid/goid.go b/pkg/goid/goid.go index 17c384cb0..193b2c2d4 100644 --- a/pkg/goid/goid.go +++ b/pkg/goid/goid.go @@ -13,7 +13,7 @@ // limitations under the License. // +build go1.12 -// +build !go1.17 +// +build !go1.18 // Check type signatures when updating Go version. |