Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Windz <[email protected]>
  • Loading branch information
WindzCUHK authored Apr 3, 2023
1 parent bf347a7 commit ce48ed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ make test

## Dependency management

The K8s athenz SIA project uses [Go modules](https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more) to manage dependencies on external packages. This requires a working Go environment with version 1.20 or greater installed.
The K8s athenz SIA project uses [Go modules](https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more) to manage dependencies on external packages. This requires a working Go environment with the same or later version specified in [go.mod](https://github.com/AthenZ/k8s-athenz-sia/blob/master/go.mod#L3).


To add or update a new dependency, use the `go get` command:

Expand Down

0 comments on commit ce48ed1

Please sign in to comment.