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 17
17
go-version-file : go.mod
18
18
cache : false # see https://github.com/golangci/golangci-lint-action/issues/807
19
19
- name : lint
20
- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
20
+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
21
21
with :
22
- version : v2.0.2 # Also update GOLANGCI_VERSION variable in Makefile when updating this version
22
+ version : v2.1.6 # Also update GOLANGCI_VERSION variable in Makefile when updating this version
23
23
- name : tests
24
24
run : make test
25
25
- name : example-tests
Original file line number Diff line number Diff line change 1
1
SOURCE_FILES? =./...
2
- GOLANGCI_VERSION =v2.0.2 # Also update golangci-lint GH action in pr.yml when updating this version
2
+ GOLANGCI_VERSION =v2.1.6 # Also update golangci-lint GH action in pr.yml when updating this version
3
3
4
4
GOIMPORTS_VERSION =v0.21.0
5
5
COVERAGE =coverage.out
You can’t perform that action at this time.
0 commit comments