-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to hpa v2 and update to k8s 1.23 #838
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please Fix The Go Version
.github/workflows/go.yml
Outdated
@@ -16,7 +16,7 @@ jobs: | |||
- name: Set up Go | |||
uses: actions/setup-go@v2 | |||
with: | |||
go-version: 1.17 | |||
go-version: 1.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go-version: 1.20 | |
go-version: '>=1.2.0' |
.github/workflows/go.yml
Outdated
@@ -82,7 +82,7 @@ jobs: | |||
- name: Set up Go | |||
uses: actions/setup-go@v2 | |||
with: | |||
go-version: 1.17 | |||
go-version: 1.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go-version: 1.20 | |
go-version: '>=1.2.0' |
.github/workflows/go.yml
Outdated
@@ -115,7 +115,7 @@ jobs: | |||
- name: Set up Go | |||
uses: actions/setup-go@v2 | |||
with: | |||
go-version: 1.17 | |||
go-version: 1.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go-version: 1.20 | |
go-version: '>=1.2.0' |
.github/workflows/go.yml
Outdated
@@ -148,7 +148,7 @@ jobs: | |||
- name: Set up Go | |||
uses: actions/setup-go@v2 | |||
with: | |||
go-version: 1.17 | |||
go-version: 1.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go-version: 1.20 | |
go-version: '>=1.2.0' |
.github/workflows/go.yml
Outdated
@@ -182,7 +182,7 @@ jobs: | |||
uses: actions/[email protected] | |||
with: | |||
# The Go version to download (if necessary) and use. Supports semver spec and ranges. | |||
go-version: 1.17 # optional | |||
go-version: 1.20 # optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go-version: 1.20 # optional | |
go-version: '>=1.2.0' |
a9fd319
to
456f043
Compare
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: