File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
- name : Golangci-lint
61
61
uses : golangci/golangci-lint-action@v6
62
62
with :
63
- version : v1.60
63
+ version : v1.63
64
64
args : --timeout 10m0s
65
65
66
66
- name : Checkmake
Original file line number Diff line number Diff line change @@ -116,6 +116,6 @@ issues:
116
116
# golangci.com configuration
117
117
# https://github.com/golangci/golangci/wiki/Configuration
118
118
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
120
120
prepare :
121
121
- echo "here I can run custom commands, but no preparation needed for this repo"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ GIT_COMMIT=$(shell scripts/create-version-files.sh)
26
26
GIT_RELEASE =$(shell scripts/get-git-release.sh)
27
27
GIT_PREVIOUS_RELEASE =$(shell scripts/get-git-previous-release.sh)
28
28
BASH_SCRIPTS =$(shell find . -name "* .sh" -not -path "./.git/* ")
29
- GOLANGCI_VERSION =v1.60 .3
29
+ GOLANGCI_VERSION =v1.63 .3
30
30
LINKER_TNF_RELEASE_FLAGS =-X github.com/redhat-best-practices-for-k8s/certsuite/certsuite.GitCommit=${GIT_COMMIT}
31
31
LINKER_TNF_RELEASE_FLAGS+ = -X github.com/redhat-best-practices-for-k8s/certsuite/certsuite.GitRelease=${GIT_RELEASE}
32
32
LINKER_TNF_RELEASE_FLAGS+ = -X github.com/redhat-best-practices-for-k8s/certsuite/certsuite.GitPreviousRelease=${GIT_PREVIOUS_RELEASE}
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ Use the following commands to build and run Collector's container and database l
191
191
make push-image-collector
192
192
` ` `
193
193
194
- ** Note:** If skipping this step, the colletor container will use
194
+ ** Note:** If skipping this step, the collector container will use
195
195
` quay.io/redhat-best-practices-for-k8s/collector:latest` image by default.
196
196
197
197
* ** Initialize local Collector DB:**
You can’t perform that action at this time.
0 commit comments