diff options
author | Michael Pratt <mpratt@google.com> | 2021-02-18 15:29:15 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-18 15:30:58 -0800 |
commit | f80a857a4f5f57908c64a22f5de0e07df722227d (patch) | |
tree | bd74f0ed6e6fa060d08f6276d88a38bbe9a1ebc8 /pkg/gohacks | |
parent | ec20f4f38ef49efc8756595e6ec3fb3e578cc097 (diff) |
Bump build constraints to Go 1.18
These are bumped to allow early testing of Go 1.17. Use will be audited closer
to the 1.17 release.
PiperOrigin-RevId: 358278615
Diffstat (limited to 'pkg/gohacks')
-rw-r--r-- | pkg/gohacks/gohacks_unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gohacks/gohacks_unsafe.go b/pkg/gohacks/gohacks_unsafe.go index d26c1ac05..10bbb1f58 100644 --- a/pkg/gohacks/gohacks_unsafe.go +++ b/pkg/gohacks/gohacks_unsafe.go @@ -13,7 +13,7 @@ // limitations under the License. // +build go1.13 -// +build !go1.17 +// +build !go1.18 // Check type signatures when updating Go version. |