diff --git a/.circleci/config.yml b/.circleci/config.yml index 7b2d6582b..2e03c12bd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,13 +95,13 @@ jobs: - cli-binaries upload_artifacts: docker: - - image: circleci/golang:1-stretch + - image: cimg/go:1.23 steps: - attach_workspace: at: /tmp/ - run: name: 'Download GitHub Release Utility' - command: go get github.com/tcnksm/ghr + command: go install github.com/tcnksm/ghr@latest - run: name: 'Publish Release artifacts on GitHub' command: ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${CIRCLE_TAG} /tmp/cli-binaries