From 075c2099b46aba4a47df18ccccea6834e31006ec Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Sun, 4 Jul 2021 20:01:52 +0800 Subject: [PATCH] Test on Go 1.16 only --- error_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/error_test.go b/error_test.go index 28aa37b3..c256c114 100644 --- a/error_test.go +++ b/error_test.go @@ -1,3 +1,5 @@ +// +build go1.16 + package toml_test import (