File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848 - name : golangci-lint
4949 uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837
5050 with :
51- version : v1.63.4 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
51+ version : v1.64.7 # 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 @@ -97,8 +97,8 @@ linters:
9797 - exhaustive
9898 - makezero
9999 - noctx
100- - tenv
101100 - testpackage
101+ - usetesting
102102run :
103103 timeout : 10m
104104 tests : true
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 =v1.63.4 # Also update golangci-lint GH action in code-health.yml when updating this version
7+ GOLANGCI_VERSION =v1.64.7 # 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