From e982e8bd2c93121d70f1c5e2e4a4dd5d975feb8c Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Thu, 31 Mar 2022 12:00:03 -0500 Subject: [PATCH] Update GolangCI to 1.45.2 (#660) Co-authored-by: Salaheddine Hamadi --- .golangci.yml | 2 +- Makefile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 908a5e502..77219f692 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -128,6 +128,6 @@ issues: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.44.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.45.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo" diff --git a/Makefile b/Makefile index ffa0ef36f..24e15f681 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ COMMON_GO_ARGS=-race GIT_COMMIT=$(shell git rev-list -1 HEAD) GIT_RELEASE=$(shell git tag --points-at HEAD | head -n 1) GIT_PREVIOUS_RELEASE=$(shell git tag --no-contains HEAD --sort=v:refname | tail -n 1) -GOLANGCI_VERSION=v1.44.2 +GOLANGCI_VERSION=v1.45.2 # Run the unit tests and build all binaries build: diff --git a/README.md b/README.md index 6b0246a2d..014ddd402 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ At a minimum, the following dependencies must be installed *prior* to running `m Dependency|Minimum Version ---|--- [GoLang](https://golang.org/dl/)|1.17 -[golangci-lint](https://golangci-lint.run/usage/install/)|1.44.2 +[golangci-lint](https://golangci-lint.run/usage/install/)|1.45.2 [jq](https://stedolan.github.io/jq/)|1.6 [OpenShift Client](https://mirror.openshift.com/pub/openshift-v4/clients/ocp/)|4.7