Skip to content

Commit

Permalink
Revert "Updated kops to v1.28.0-beta.1 (#1141)"
Browse files Browse the repository at this point in the history
This reverts commit 158293a.
  • Loading branch information
bhavi-koduru committed Sep 19, 2023
1 parent 158293a commit e2d992b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/kubernetes/kops/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.28.0-beta.1
v1.28.0-alpha.1
2 changes: 1 addition & 1 deletion projects/kubernetes/kops/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2d992b

Please sign in to comment.