Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit e982e8b

Browse files
sebrandon1hamadise
andauthored
Update GolangCI to 1.45.2 (#660)
Co-authored-by: Salaheddine Hamadi <[email protected]>
1 parent 7c47e24 commit e982e8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ issues:
128128
# golangci.com configuration
129129
# https://github.com/golangci/golangci/wiki/Configuration
130130
service:
131-
golangci-lint-version: 1.44.x # use the fixed version to not introduce new linters unexpectedly
131+
golangci-lint-version: 1.45.x # use the fixed version to not introduce new linters unexpectedly
132132
prepare:
133133
- echo "here I can run custom commands, but no preparation needed for this repo"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ COMMON_GO_ARGS=-race
4747
GIT_COMMIT=$(shell git rev-list -1 HEAD)
4848
GIT_RELEASE=$(shell git tag --points-at HEAD | head -n 1)
4949
GIT_PREVIOUS_RELEASE=$(shell git tag --no-contains HEAD --sort=v:refname | tail -n 1)
50-
GOLANGCI_VERSION=v1.44.2
50+
GOLANGCI_VERSION=v1.45.2
5151

5252
# Run the unit tests and build all binaries
5353
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ At a minimum, the following dependencies must be installed *prior* to running `m
227227
Dependency|Minimum Version
228228
---|---
229229
[GoLang](https://golang.org/dl/)|1.17
230-
[golangci-lint](https://golangci-lint.run/usage/install/)|1.44.2
230+
[golangci-lint](https://golangci-lint.run/usage/install/)|1.45.2
231231
[jq](https://stedolan.github.io/jq/)|1.6
232232
[OpenShift Client](https://mirror.openshift.com/pub/openshift-v4/clients/ocp/)|4.7
233233

0 commit comments

Comments
 (0)