diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c188c173..96091c145 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,11 +59,11 @@ Therefore, to contribute to Auth you will need to install these tools. ### Install Tools -- Install [Go](https://go.dev) 1.21 +- Install [Go](https://go.dev) 1.22 ```terminal # Via Homebrew on OSX -brew install go@1.21 +brew install go@1.22 # Set the GOPATH environment variable in the ~/.zshrc file export GOPATH="$HOME/go"