]> Cypherpunks repositories - gostls13.git/commit
cmd/go: disable gofuzzbeta build tag by default
authorJay Conrod <jayconrod@google.com>
Mon, 20 Sep 2021 23:41:06 +0000 (16:41 -0700)
committerJay Conrod <jayconrod@google.com>
Tue, 21 Sep 2021 16:25:51 +0000 (16:25 +0000)
commitd5427658963083d5bcb87c3c79aa2b13fa769715
treeba82083cb25275e84e2400efbda31fd81b64046a
parent9ab6af9837f924869cd2213ce028b3f4d49c487c
cmd/go: disable gofuzzbeta build tag by default

It was enabled by default on the dev.fuzz branch so that users could
check in fuzz targets without breaking their builds.

Now that dev.fuzz is merged to master, users should switch to a go1.18
release constraint instead.

For #47037

Change-Id: I0475368eb4570fe0c7027a3ae8f6950449c1a9ca
Reviewed-on: https://go-review.googlesource.com/c/go/+/351118
Trust: Jay Conrod <jayconrod@google.com>
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
src/cmd/go/internal/cfg/cfg.go
src/cmd/go/testdata/script/test_fuzz_tag.txt [deleted file]