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 4848 - name : golangci-lint
4949 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
5050 with :
51- version : v2.3.1 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
51+ version : v2.4.0 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
5252 - name : actionlint
5353 run : |
5454 make tools
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CLI_DESTINATION=./bin/$(CLI_BINARY_NAME)
44MANIFEST_FILE? =./bin/manifest.yml
55WIN_MANIFEST_FILE? =./bin/manifest.windows.yml
66
7- GOLANGCI_VERSION =v2.3.1 # Also update golangci-lint GH action in code-health.yml when updating this version
7+ GOLANGCI_VERSION =v2.4.0 # Also update golangci-lint GH action in code-health.yml when updating this version
88
99.PHONY : build
1010build : # # Generate the binary in ./bin
You can’t perform that action at this time.
0 commit comments