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

Commit

Permalink
Update GolangCI to 1.45.2 (#660)
Browse files Browse the repository at this point in the history
Co-authored-by: Salaheddine Hamadi <shamadi@redhat.com>
  • Loading branch information
sebrandon1 and hamadise authored Mar 31, 2022
1 parent 7c47e24 commit e982e8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e982e8b

Please sign in to comment.