Skip to content

Commit d542765

Browse files
author
Jay Conrod
committed
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>
1 parent 9ab6af9 commit d542765

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

src/cmd/go/internal/cfg/cfg.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ var (
6161
func defaultContext() build.Context {
6262
ctxt := build.Default
6363

64-
// TODO(#47037): remove this tag before merging to master.
65-
ctxt.BuildTags = []string{"gofuzzbeta"}
66-
6764
ctxt.JoinPath = filepath.Join // back door to say "do not use go command"
6865

6966
ctxt.GOROOT = findGOROOT()

src/cmd/go/testdata/script/test_fuzz_tag.txt

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)