From 592a1a2707031f07eac0ea1647f9a19c80f42fd2 Mon Sep 17 00:00:00 2001 From: Tomas Tormo Date: Mon, 13 Nov 2023 09:45:50 +0000 Subject: [PATCH] Change build tag to go1.18 --- safeptr.go | 4 ++-- safeptr_test.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/safeptr.go b/safeptr.go index 1139fea4..5c1d264a 100644 --- a/safeptr.go +++ b/safeptr.go @@ -1,5 +1,5 @@ -//go:build go1.21 -// +build go1.21 +//go:build go1.18 +// +build go1.18 /* Copyright 2023 The Kubernetes Authors. diff --git a/safeptr_test.go b/safeptr_test.go index b1d91a54..29e03c39 100644 --- a/safeptr_test.go +++ b/safeptr_test.go @@ -1,5 +1,5 @@ -//go:build go1.21 -// +build go1.21 +//go:build go1.18 +// +build go1.18 /* Copyright 2023 The Kubernetes Authors.