Skip to content

Commit

Permalink
Re-add coverageredesign; document Go >= 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnovakovic committed Aug 27, 2024
1 parent e6750ce commit aab06b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .plzconfig
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ Optional = true
Inherit = true
Help = Flags to enable in-development features, or toggle breaking changes

[PluginConfig "coverageredesign"]
Type = bool
DefaultValue = true
Inherit = true
Help = Support Go 1.20's coverage redesign. This is deprecated and will be removed in a future major version of the go-rules plugin.

[PluginConfig "buildmode"]
Optional = true
Help = The Go build mode to target (see `go help buildmode` for info)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Go Rules
This repo provides Golang build rules for the [Please](https://please.build) build system.
This repo provides Golang build rules for the [Please](https://please.build) build system. It supports Go >= 1.20.

# Basic usage

Expand Down

0 comments on commit aab06b1

Please sign in to comment.