diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a95a91eb9..7bdd1d7f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,9 +52,8 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.43.0 + version: v1.45.0 args: -v --timeout 5m - skip-go-installation: true build: name: Build and check device plugins diff --git a/Jenkinsfile b/Jenkinsfile index f3ca46d6b..c22dd988d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { RUNC_VERSION="v1.0.3" CRIO_VERSION="v1.21.4" K8S_VERSION="1.22.1" - GOLANGCI_LINT_VERSION="v1.43.0" + GOLANGCI_LINT_VERSION="v1.45.0" GO_VERSION="1.17.4" GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz" GOROOT="/usr/local/go" diff --git a/Makefile b/Makefile index 850822270..4b1f81b1a 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ EXTRA_BUILD_ARGS ?= "" CERT_MANAGER_VERSION ?= v1.6.1 CONTROLLER_GEN_VERSION ?= v0.8.0 -GOLANGCI_LINT_VERSION ?= v1.43.0 +GOLANGCI_LINT_VERSION ?= v1.45.0 KIND_VERSION ?= v0.11.1 # Current Operator version OPERATOR_VERSION ?= 0.23.0