File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
go-version-file : ' go.mod'
47
47
cache : false # see https://github.com/golangci/golangci-lint-action/issues/807
48
48
- name : golangci-lint
49
- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
49
+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
50
50
with :
51
- version : v2.0.2 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
51
+ version : v2.1.6 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
52
52
- name : actionlint
53
53
run : |
54
54
make tools
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CLI_DESTINATION=./bin/$(CLI_BINARY_NAME)
4
4
MANIFEST_FILE? =./bin/manifest.yml
5
5
WIN_MANIFEST_FILE? =./bin/manifest.windows.yml
6
6
7
- GOLANGCI_VERSION =v2.0.2 # Also update golangci-lint GH action in code-health.yml when updating this version
7
+ GOLANGCI_VERSION =v2.1.6 # Also update golangci-lint GH action in code-health.yml when updating this version
8
8
9
9
.PHONY : build
10
10
build : # # Generate the binary in ./bin
You can’t perform that action at this time.
0 commit comments