File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,6 @@ issues:
118118# golangci.com configuration
119119# https://github.com/golangci/golangci/wiki/Configuration
120120service :
121- golangci-lint-version : 1.63 .x # use the fixed version to not introduce new linters unexpectedly
121+ golangci-lint-version : 1.64 .x # use the fixed version to not introduce new linters unexpectedly
122122 prepare :
123123 - echo "here I can run custom commands, but no preparation needed for this repo"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ GO_PACKAGES=$(shell go list ./... | grep -v vendor)
2525 vet
2626
2727OCT_TOOL_NAME =oct
28- GOLANGCI_VERSION =v1.63.3
28+ GOLANGCI_VERSION =v1.64.2
2929
3030# Run the unit tests and build all binaries
3131build :
You can’t perform that action at this time.
0 commit comments