Bump to go 1.21 in go.mod

This commit is contained in:
Bjørn Erik Pedersen
2024-08-01 10:27:55 +02:00
parent 071f8b4466
commit 92573012e8
14 changed files with 50 additions and 50 deletions

View File

@@ -2,9 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build go1.13
// +build go1.13
package template_test
import (
@@ -18,7 +15,6 @@ import (
)
func TestTemplateClone(t *testing.T) {
orig := New("name")
clone, err := orig.Clone()
if err != nil {