Skip to content

Commit

Permalink
fix: Add warning for missing Go toolchain to README (#151)
Browse files Browse the repository at this point in the history
From Go 1.20 golang no longer ships the precompiled standard library, which means that you must use `go_toolchain` or `go_system_toolchain`
  • Loading branch information
PeterBocan authored Sep 30, 2023
1 parent ebd1e32 commit f9785d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ go_binary(

Go is especially well suited to writing command line tools and utilities. Binaries can be ran with `plz run`, or used
as a tool for other [custom rules](https://please.build/codelabs/genrule/#0).

**WARNING: From Go 1.20, Golang no longer ships the precompiled standard library and thus you MUST use `go_toolchain` or `go_system_toolchain`.**

0 comments on commit f9785d3

Please sign in to comment.