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 67
67
go-version-file : ' tools/cli/go.mod'
68
68
cache : false # see https://github.com/golangci/golangci-lint-action/issues/807
69
69
- name : golangci-lint
70
- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
70
+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
71
71
with :
72
- version : v2.0.1
72
+ version : v2.1.0
73
73
working-directory : tools/cli
74
74
- name : Checkout GitHub actions
75
75
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Original file line number Diff line number Diff line change 1
1
# A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
2
2
3
- GOLANGCI_VERSION =v2.0.1
3
+ GOLANGCI_VERSION =v2.1.0
4
4
SOURCE_FILES? =./cmd
5
5
BINARY_NAME =foascli
6
6
VERSION =v0.0.1
You can’t perform that action at this time.
0 commit comments