Skip to content

Commit

Permalink
Make default stable == v1.29 (#3073)
Browse files Browse the repository at this point in the history
Signed-off-by: Artiom Diomin <artiom@kubermatic.com>
  • Loading branch information
kron4eg committed Mar 6, 2024
1 parent 5014d9d commit 405612d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -37,7 +37,7 @@ export CGO_ENABLED=0
export GOPROXY?=https://proxy.golang.org
export GO111MODULE=on
export GOFLAGS?=-mod=readonly -trimpath
export DEFAULT_STABLE=$(shell curl -SsL https://dl.k8s.io/release/stable-1.28.txt)
export DEFAULT_STABLE=$(shell curl -SsL https://dl.k8s.io/release/stable-1.29.txt)

BUILD_DATE=$(shell if hash gdate 2>/dev/null; then gdate --rfc-3339=seconds | sed 's/ /T/'; else date --rfc-3339=seconds | sed 's/ /T/'; fi)
GITCOMMIT=$(shell git log -1 --pretty=format:"%H")
Expand Down

0 comments on commit 405612d

Please sign in to comment.