Skip to content
Snippets Groups Projects
Unverified Commit 580faad5 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

fix: no DAG needs for golangci-lint

parent 93af5623
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,6 +11,7 @@ golangci_lint:
image:
name: golangci/golangci-lint:v${GL_ASDF_GOLANGCI_LINT_VERSION}-alpine
entrypoint: ["/bin/sh", "-c"]
needs: []
# git must be installed for golangci-lint's --new-from-rev flag to work.
before_script:
- apk add --no-cache git bash jq
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment