-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade kubebuilder to plugin/v4 (#418)
* upgrade kubebuilder to plugin/v4 * add test utils * fix controller test * fix gha test * chmod tortoisectl test * edit tortoisectl * fix lint * fix lint * add lint-fix to ci * go mod tidy * add make dependencies * remove lint-fix * upgrade tools * lint-fix * add tool chain version * change toolchain to 1.22 * add timeout * remove lint-fix * edit licenses * remove chmod
- Loading branch information
1 parent
c878db0
commit 310df59
Showing
218 changed files
with
1,200 additions
and
828 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 |
---|---|---|
|
@@ -15,10 +15,10 @@ jobs: | |
name: Test | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up Go 1.21 | ||
- name: Set up Go 1.22 | ||
uses: actions/[email protected] | ||
with: | ||
go-version: "1.21" | ||
go-version: "1.22" | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v3 | ||
|
@@ -31,7 +31,7 @@ jobs: | |
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} | ||
restore-keys: | | ||
${{ runner.os }}-go- | ||
- name: Get dependencies | ||
- name: Dependencies | ||
run: make dependencies | ||
- name: Build | ||
run: make build | ||
|
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
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.