Skip to content

Commit

Permalink
add changelog and update contributing guide for go version (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndhanushkodi committed Nov 30, 2021
1 parent 503d7d8 commit 0bb6a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BREAKING CHANGES:
```
[[GH-851](https://github.com/hashicorp/consul-k8s/pull/851)]
* Update minimum go version for project to 1.17 [[GH-878](https://github.com/hashicorp/consul-k8s/pull/878)]
FEATURES:
* Helm Chart
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

### Building and running `consul-k8s-control-plane`

To build and install the control plane binary `consul-k8s` locally, Go version 1.11.4+ is required because this repository uses go modules and go 1.11.4 introduced changes to checksumming of modules to correct a symlink problem.
To build and install the control plane binary `consul-k8s` locally, Go version 1.17.0+ is required.
You will also need to install the Docker engine:

- [Docker for Mac](https://docs.docker.com/engine/installation/mac/)
Expand Down

0 comments on commit 0bb6a44

Please sign in to comment.