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 4343 uses : golangci/golangci-lint-action@v2
4444 with :
4545 # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
46- version : v1.44 .2
46+ version : v1.45 .2
4747
4848 # Give the job more time to execute.
4949 # Regarding `--whole-files`, the linter is supposed to support linting of changed a patch only but,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const (
3737 linterInstallURL = "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh"
3838 linterInstallFilename = "./build/intall-golang-ci.sh"
3939 linterBinaryFilename = "./build/golangci-lint"
40- linterVersion = "v1.44.0 "
40+ linterVersion = "v1.45.2 "
4141 linterConfigFilename = "./.golangci.yml"
4242 linterConfigTemplateFilename = "./dev-tools/templates/.golangci.yml"
4343)
You can’t perform that action at this time.
0 commit comments