all: build tag tests that require Go 1.18

This commit is contained in:
Filippo Valsorda
2022-06-20 22:32:42 +01:00
parent 4f7bb44386
commit 8023f06ce2
88 changed files with 92 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build go1.18
// +build go1.18
package age_test
import (