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 @@ -121,6 +121,6 @@ issues:
121121# golangci.com configuration
122122# https://github.com/golangci/golangci/wiki/Configuration
123123service :
124- golangci-lint-version : 1.54 .x # use the fixed version to not introduce new linters unexpectedly
124+ golangci-lint-version : 1.55 .x # use the fixed version to not introduce new linters unexpectedly
125125 prepare :
126126 - 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.54.2
28+ GOLANGCI_VERSION =v1.55.1
2929
3030# Run the unit tests and build all binaries
3131build :
You can’t perform that action at this time.
0 commit comments