-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Go (build/test) version to 1.23 (#338)
Co-authored-by: Ben Wheatley <[email protected]>
- Loading branch information
Showing
11 changed files
with
3,142 additions
and
3,434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.20.5 | ||
go-version: 1.23.3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 10 | ||
|
@@ -44,7 +44,7 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.20.5 | ||
go-version: 1.23.3 | ||
- name: Ensure no go vet errors | ||
run: | | ||
make vet | ||
|
@@ -55,7 +55,7 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.20.5 | ||
go-version: 1.23.3 | ||
- name: Install go tooling and setup-envtest | ||
run: | | ||
make install-tools | ||
|
@@ -70,7 +70,7 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.20.5 | ||
go-version: 1.23.3 | ||
- name: Build test binaries | ||
run: make bin/acceptance.linux | ||
- name: Install tooling | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
golang 1.20.5 | ||
golang 1.23.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,8 +67,8 @@ manifests: generate | |
# See https://github.com/kubernetes-sigs/controller-runtime/tree/main/tools/setup-envtest | ||
install-tools: | ||
go install github.com/onsi/ginkgo/[email protected] | ||
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.10.0 | ||
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest | ||
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 | ||
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.19 | ||
|
||
install-tools-homebrew: | ||
brew install kubernetes-cli kustomize kind | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.