-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump kubernetes version to 0.30.x (#579)
* bump latest kubernetes version Signed-off-by: sivchari <[email protected]> * upgrade Go version to resolve dependencies Signed-off-by: sivchari <[email protected]> * fix: ci Signed-off-by: sivchari <[email protected]> * use Go1.22.3 Signed-off-by: sivchari <[email protected]> * update from 1.29.2 to 1.30.1 Signed-off-by: sivchari <[email protected]> * update go.sum Signed-off-by: sivchari <[email protected]> * upgrade golangci-lint Signed-off-by: sivchari <[email protected]> * bump to 0.30.2 Signed-off-by: Michael Crenshaw <[email protected]> * remove unnecessary replace Signed-off-by: Michael Crenshaw <[email protected]> * latest patch Signed-off-by: Michael Crenshaw <[email protected]> * remove unnecessary toolchain line Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: sivchari <[email protected]> Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
- Loading branch information
1 parent
6b2984e
commit 099cba6
Showing
4 changed files
with
779 additions
and
98 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 |
---|---|---|
|
@@ -8,9 +8,6 @@ on: | |
pull_request: | ||
branches: | ||
- 'master' | ||
env: | ||
# Golang version to use across CI steps | ||
GOLANG_VERSION: '1.19' | ||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
|
@@ -24,12 +21,12 @@ jobs: | |
${{ runner.os }}-go- | ||
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.0 | ||
with: | ||
go-version: ${{ env.GOLANG_VERSION }} | ||
go-version-file: go.mod | ||
- run: make test | ||
- name: Run golangci-lint | ||
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0 | ||
with: | ||
version: v1.51.0 | ||
version: v1.58.2 | ||
args: --timeout 5m | ||
- uses: codecov/[email protected] | ||
with: | ||
|
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.