You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* restore [cache](https://github.com/actions/cache) of previous analyzes
80
-
* list [releases of golangci-lint](https://github.com/golangci/golangci-lint/releases) and find the latest patch version
81
-
for needed version (users of this action can specify only minor version). After that install [golangci-lint](https://github.com/golangci/golangci-lint) using [@actions/tool-cache](https://github.com/actions/toolkit/tree/master/packages/tool-cache)
74
+
*fetch [action config](https://github.com/golangci/golangci-lint/blob/master/assets/github-action-config.json) and find the latest`golangci-lint` patch version
75
+
for needed version (users of this action can specify only minor version of `golangci-lint`). After that install [golangci-lint](https://github.com/golangci/golangci-lint) using [@actions/tool-cache](https://github.com/actions/toolkit/tree/master/packages/tool-cache)
82
76
* install the latest Go 1.x version using [@actions/setup-go](https://github.com/actions/setup-go)
83
77
2. Run `golangci-lint` with specified by user `args`
0 commit comments