summaryrefslogtreecommitdiffhomepage
path: root/pkg/gohacks
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gohacks')
-rw-r--r--pkg/gohacks/gohacks_unsafe.go2
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.