line 105: go-lint: not found
I have the following in my Gitlab CI yaml file:
go-lint:
stage: linting
interruptible: true
image: registry.gitlab.com/pipeline-components/go-lint:latest
script:
- go-lint -v ./...
However it produces the following output when triggered:
Executing "step_script" stage of the job script
$ go-lint -v ./...
/bin/sh: eval: line 105: go-lint: not found
ERROR: Job failed: exit code 127