Files
kustomize/site/content/en/contribute/mac/_index.md
Karl Isenberg 4dbc0d22e1 chore: Update to Go v1.21
- go mod tidy (all modules)
- go work sync
- Fixed plugin generation for Go 1.21
- Updated linting for Go 1.21
- Fixed minecraft example for Helm v3 pull download path
- Update dev docs to mention Go 1.21
- Regenerate plugins with Go 1.21
2024-03-15 11:47:44 -07:00

23 lines
316 B
Markdown

---
title: "MacOS Dev Guide"
linkTitle: "MacOS Dev Guide"
type: docs
weight: 50
description: >
How to develop on MacOS
---
First install the tools to build and run tests
### Install go 1.21
[Instructions](https://golang.org/doc/install)
Add `go` to your PATH
### Install tools
```sh
make install-tools
```