-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Updated kops to v1.28.0-beta.1 (#1141)"
This reverts commit 158293a.
- Loading branch information
1 parent
158293a
commit e2d992b
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
@@ -1 +1 @@ | ||
v1.28.0-beta.1 | ||
v1.28.0-alpha.1 |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ KOPS_REPO_URL?="https://github.com/kubernetes/kops.git" | |
GITHUB_EMAIL?="[email protected]" | ||
GITHUB_USER?="Prow Bot" | ||
|
||
export PATH:=/go/go1.20/bin:$(PATH) | ||
export PATH:=/go/go1.19/bin:$(PATH) | ||
|
||
.PHONY: build | ||
build: check-env clone-kops patch-kops build-nodeup build-kops pull-binaries pull-images move-nodeup-binaries move-kops-binaries sync-artifacts-to-s3-dry-run | ||
|