Skip to content

Commit

Permalink
add: golangci-lint prerequisite (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Wahbe <[email protected]>
  • Loading branch information
videmsky and iwahbe authored Sep 10, 2024
1 parent 2aac2c1 commit 15b5a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 15b5a62

Please sign in to comment.