From e5adfe064bbe1324990926d367d04e3c84ca5fa3 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Mon, 16 Sep 2024 08:24:08 +0000 Subject: [PATCH] Use KIND v0.24.0 Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/release.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81eff77..196d591 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,10 +31,10 @@ jobs: - uses: actions/checkout@v1 - run: git checkout -b release-${GITHUB_REF_NAME} - - name: Set up Go 1.22 + - name: Set up Go 1.23 uses: actions/setup-go@v1 with: - go-version: '1.22' + go-version: '1.23' id: go - name: Set up QEMU diff --git a/Makefile b/Makefile index 3bebdf7..3ce72a3 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ NPROCS ?= 1 # to half the number of CPU cores. GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 ))) -GO_REQUIRED_VERSION ?= 1.22 +GO_REQUIRED_VERSION ?= 1.23 GOLANGCILINT_VERSION ?= 1.50.0 GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider $(GO_PROJECT)/cmd/generator GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)