Skip to content

Commit

Permalink
update go-version in build script
Browse files Browse the repository at this point in the history
Signed-off-by: Zheng Xi Zhou <[email protected]>
  • Loading branch information
zzxwill committed Feb 18, 2022
1 parent ba53a52 commit b069fc5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
# Common versions
GO_VERSION: '1.16.5'
GO_VERSION: '1.17.6'
KIND_VERSION: 'v0.7.0'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
# Common versions
GO_VERSION: '1.16.5'
GO_VERSION: '1.17.6'

jobs:
lint:
Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Prerequisites

- Go

Go version `>=1.17` is required.

- Helm Cli

Refer to [Helm official Doc](https://helm.sh/docs/intro/install/) to install `helm` Cli.
Expand Down
2 changes: 1 addition & 1 deletion hack/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- master

env:
GO_VERSION: '1.16'
GO_VERSION: '1.17.6'
GOLANGCI_VERSION: 'v1.38'
KUBECONFIG: /home/github/.kube/config

Expand Down

0 comments on commit b069fc5

Please sign in to comment.