From 9b8de2ffe578487df9bac3dd4b4a85564e5045c5 Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Mon, 17 Mar 2025 09:00:33 +0100 Subject: [PATCH] Bump golang to v1.24 --- .github/workflows/lint.yml | 2 +- Makefile | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e40afaae..9cf51c17 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,4 +17,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.62 + version: v1.64 diff --git a/Makefile b/Makefile index bead566f..678f63af 100644 --- a/Makefile +++ b/Makefile @@ -338,7 +338,7 @@ CONTROLLER_TOOLS_VERSION ?= v0.16.0 GEN_CRD_API_REFERENCE_DOCS_VERSION ?= v0.3.0 ADDLICENSE_VERSION ?= v1.1.1 GOIMPORTS_VERSION ?= v0.25.0 -GOLANGCI_LINT_VERSION ?= v1.62.2 +GOLANGCI_LINT_VERSION ?= v1.64 OPENAPI_EXTRACTOR_VERSION ?= v0.1.9 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" diff --git a/go.mod b/go.mod index 021c08a7..336c996f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ironcore-dev/ironcore-net -go 1.23.0 +go 1.24.0 require ( github.com/bits-and-blooms/bitset v1.21.0