Bump golangci-lint

This commit is contained in:
mmontes11
2024-07-19 20:48:25 +02:00
committed by Martin Montes
parent 2944acff59
commit f3e47bed30
3 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@ on:
pull_request: {}
env:
GOLANGCI_VERSION: "v1.56.2"
GOLANGCI_VERSION: "v1.59.1"
jobs:
detect-noop:

View File

@ -36,5 +36,4 @@ issues:
source: "//"
run:
timeout: 5m
go: "1.22"
timeout: 5m

View File

@ -30,7 +30,7 @@ KUBECTL_VERSION ?= v1.30.2
KUSTOMIZE_VERSION ?= v5.4.2
CONTROLLER_GEN_VERSION ?= v0.15.0
GINKGO_VERSION ?= v2.19.0
GOLANGCI_LINT_VERSION ?= v1.56.2
GOLANGCI_LINT_VERSION ?= v1.59.1
GORELEASER_VERSION ?= v2.10.0
GO_LICENSES_VERSION ?= v1.0.0
CRD_REF_DOCS_VERSION ?= v0.0.12