Skip to content

Commit

Permalink
fix: update contributing to use v1.22 (#1609)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

as per title
  • Loading branch information
J0 committed Jun 4, 2024
1 parent cbcab16 commit 5894d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5894d9e

Please sign in to comment.