From 15b5a62bb83dcb78ac485ca065219294d86874cd Mon Sep 17 00:00:00 2001 From: "Laci Videmsky (\"Lah-tsi\")" <1082793+videmsky@users.noreply.github.com> Date: Tue, 10 Sep 2024 07:24:42 -0700 Subject: [PATCH] add: golangci-lint prerequisite (#123) Co-authored-by: Ian Wahbe --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68b394b..446ecf7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ We showcase a Pulumi-owned provider based on an upstream provider named `terrafo Ensure the following tools are installed and present in your `$PATH`: - [`pulumictl`](https://github.com/pulumi/pulumictl#installation) -- [Go 1.17](https://golang.org/dl/) or 1.latest +- [Go](https://golang.org/dl/) or 1.latest +- [`golangci-lint`](https://golangci-lint.run/welcome/install/) - [NodeJS](https://nodejs.org/en/) Active or maintenance version ([Node.js Releases](https://nodejs.org/en/about/previous-releases)). We recommend using [nvm](https://github.com/nvm-sh/nvm) to manage NodeJS installations. - [Yarn](https://yarnpkg.com/) - [TypeScript](https://www.typescriptlang.org/)