Skip to content

Commit 592a1a2

Browse files
committed
Change build tag to go1.18
1 parent 372781b commit 592a1a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

safeptr.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build go1.21
2-
// +build go1.21
1+
//go:build go1.18
2+
// +build go1.18
33

44
/*
55
Copyright 2023 The Kubernetes Authors.

safeptr_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build go1.21
2-
// +build go1.21
1+
//go:build go1.18
2+
// +build go1.18
33

44
/*
55
Copyright 2023 The Kubernetes Authors.

0 commit comments

Comments
 (0)