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 1717 go-version-file : go.mod
1818 cache : false # see https://github.com/golangci/golangci-lint-action/issues/807
1919 - name : lint
20- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
20+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
2121 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
2323 - name : tests
2424 run : make test
2525 - name : example-tests
Original file line number Diff line number Diff line change 11SOURCE_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
33
44GOIMPORTS_VERSION =v0.21.0
55COVERAGE =coverage.out
You can’t perform that action at this time.
0 commit comments