From d60b8460ee5029dfdfeb14a907eb4e72fc94306a Mon Sep 17 00:00:00 2001 From: kvanzuijlen <8818390+kvanzuijlen@users.noreply.github.com> Date: Mon, 4 Mar 2024 00:46:35 +0100 Subject: [PATCH] chore: Use latest codeclimate version --- .github/workflows/publish-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 707217ac..7d644716 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -50,11 +50,9 @@ jobs: - name: Get dependencies env: GOLANGCI_LINT_VERSION: v1.55.2 - # renovate: datasource=github-tags depName=codeclimate/test-reporter - CODECLIMATE_VERSION: v0.11.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 + curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter chmod +x ./cc-test-reporter # Install go dependencies