summaryrefslogtreecommitdiffhomepage
path: root/pkg/goid/goid.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/goid/goid.go')
-rw-r--r--pkg/goid/goid.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/goid/goid.go b/pkg/goid/goid.go
index 193b2c2d4..0887f79ab 100644
--- a/pkg/goid/goid.go
+++ b/pkg/goid/goid.go
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-// +build go1.12
-// +build !go1.18
+//go:build go1.12 && !go1.19
+// +build go1.12,!go1.19
// Check type signatures when updating Go version.