Skip to content

Commit 1d57c8d

Browse files
authored
Merge pull request #1173 from tkan145/go1.25
THREESCALE-14777 Bump go to v1.25
2 parents 8f7ce52 + fd973da commit 1d57c8d

33 files changed

Lines changed: 99 additions & 1071 deletions

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ run: generate fmt vet manifests
149149
# find or download controller-gen
150150
# download controller-gen if necessary
151151
CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
152-
CONTROLLER_TOOLS_VERSION = v0.14.0
152+
CONTROLLER_TOOLS_VERSION = v0.20.0
153153
.PHONY: controller-gen
154154
controller-gen: $(CONTROLLER_GEN)
155155
$(CONTROLLER_GEN): $(LOCALBIN)
@@ -259,7 +259,7 @@ fmt:
259259
vet:
260260
$(GO) vet ./...
261261

262-
GOLANGCI-LINT_VERSION ?= v2.1.6
262+
GOLANGCI-LINT_VERSION ?= v2.7.2
263263
GOLANGCI-LINT = $(PROJECT_PATH)/bin/golangci-lint
264264
$(GOLANGCI-LINT):
265265
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(PROJECT_PATH)/bin $(GOLANGCI-LINT_VERSION)

0 commit comments

Comments
 (0)