diff options
author | Ayke van Laethem <[email protected]> | 2022-06-11 17:24:54 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-08-30 12:38:06 +0200 |
commit | 4695da83b71c291bc89a14dc41c9b9a91a3c6210 (patch) | |
tree | 3b4ed26f336833d4e80f1963e598714c66575bd7 /tests | |
parent | f094e895c55204730b0230b3b2f6fc3bb32f325a (diff) | |
download | tinygo-4695da83b71c291bc89a14dc41c9b9a91a3c6210.tar.gz tinygo-4695da83b71c291bc89a14dc41c9b9a91a3c6210.zip |
all: drop support for Go 1.16 and Go 1.17
Diffstat (limited to 'tests')
-rw-r--r-- | tests/text/template/smoke/smoke_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/text/template/smoke/smoke_test.go b/tests/text/template/smoke/smoke_test.go index c097f9e9a..78c33706b 100644 --- a/tests/text/template/smoke/smoke_test.go +++ b/tests/text/template/smoke/smoke_test.go @@ -1,6 +1,3 @@ -//go:build go1.16 -// +build go1.16 - // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. |