Skip to content

Commit 8ae3a11

Browse files
authored
Update GolangCI-lint to v1.63.3 (#472)
1 parent f19b132 commit 8ae3a11

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/pre-main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Golangci-lint
6161
uses: golangci/golangci-lint-action@v6
6262
with:
63-
version: v1.60
63+
version: v1.63
6464
args: --timeout 10m0s
6565

6666
- name: Checkmake

Diff for: .golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ issues:
116116
# golangci.com configuration
117117
# https://github.com/golangci/golangci/wiki/Configuration
118118
service:
119-
golangci-lint-version: 1.60.x # use the fixed version to not introduce new linters unexpectedly
119+
golangci-lint-version: 1.63.x # use the fixed version to not introduce new linters unexpectedly
120120
prepare:
121121
- echo "here I can run custom commands, but no preparation needed for this repo"

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GIT_COMMIT=$(shell scripts/create-version-files.sh)
2626
GIT_RELEASE=$(shell scripts/get-git-release.sh)
2727
GIT_PREVIOUS_RELEASE=$(shell scripts/get-git-previous-release.sh)
2828
BASH_SCRIPTS=$(shell find . -name "*.sh" -not -path "./.git/*")
29-
GOLANGCI_VERSION=v1.60.3
29+
GOLANGCI_VERSION=v1.63.3
3030
LINKER_TNF_RELEASE_FLAGS=-X github.com/redhat-best-practices-for-k8s/certsuite/certsuite.GitCommit=${GIT_COMMIT}
3131
LINKER_TNF_RELEASE_FLAGS+= -X github.com/redhat-best-practices-for-k8s/certsuite/certsuite.GitRelease=${GIT_RELEASE}
3232
LINKER_TNF_RELEASE_FLAGS+= -X github.com/redhat-best-practices-for-k8s/certsuite/certsuite.GitPreviousRelease=${GIT_PREVIOUS_RELEASE}

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Use the following commands to build and run Collector's container and database l
191191
make push-image-collector
192192
```
193193

194-
**Note:** If skipping this step, the colletor container will use
194+
**Note:** If skipping this step, the collector container will use
195195
`quay.io/redhat-best-practices-for-k8s/collector:latest` image by default.
196196

197197
* **Initialize local Collector DB:**

0 commit comments

Comments
 (0)