Closed
Description
- Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
- Yes, I've searched similar issues on GitHub and didn't find any.
- Yes, I've included all information below (version, config, etc).
- Yes, I've tried with the standalone linter if available. (https://golangci-lint.run/usage/linters/)
GitHub workflow with the following:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.38
Version of golangci-lint
$ golangci-lint --version
# golangci-lint has version 1.38.0 built from 507703b4 on 2021-03-03T13:53:01Z
Config file
$ cat .golangci.yml
# paste output here
Go environment
$ go version && go env
# paste output here
Verbose output of running
Error: Failed to run: Error: requested golangci-lint version 'v1.38' doesn't exist, Error: requested golangci-lint version 'v1.38' doesn't exist
at Object.<anonymous> (/home/runner/work/_actions/golangci/golangci-lint-action/v2/dist/run/index.js:2351:19)
at Generator.next (<anonymous>)
at fulfilled (/home/runner/work/_actions/golangci/golangci-lint-action/v2/dist/run/index.js:2230:58)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
Error: requested golangci-lint version 'v1.38' doesn't exist
Code example or link to a public repository
// add your code here