Skip to content

Commit

Permalink
specify go1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Etai Lev Ran <elevran@gmail.com>
  • Loading branch information
elevran committed Apr 4, 2024
1 parent 2b95583 commit 0034561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.20-bullseye
FROM docker.io/library/golang:1.22-bullseye

# To allow installing kubectl
RUN mkdir /etc/apt/keyrings &&\
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The ClusterLink APIs use the following entities for configuring cross cluster co

Here are the key steps for setting up your developer environment, making a change and testing it:

1. Install Go version 1.20 or higher.
1. Install Go version 1.22 or higher.
1. Clone our repository with `git clone git@github.com:clusterlink-net/clusterlink.git`.
1. Run `make test-prereqs` and manually install any missing required development tools.
1. Run `make build` to ensure the code builds fine. This will pull in all needed
Expand Down

0 comments on commit 0034561

Please sign in to comment.