fix version scheme for download url
This commit is contained in:
parent
02a272340f
commit
7508c62c1f
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
# renovate: datasource=github-tags depName=golangci/golangci-lint
|
||||
GOLANGCI_LINT_VERSION: v1.55.2
|
||||
# renovate: datasource=github-tags depName=codeclimate/test-reporter
|
||||
CODECLIMATE_VERSION: v1.0.1
|
||||
CODECLIMATE_VERSION: 1.0.1
|
||||
run: |
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
|
||||
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-${CODECLIMATE_VERSION}-linux-amd64 > ./cc-test-reporter
|
||||
|
|
|
|||
Loading…
Reference in New Issue