From 827774aee3e6001ae836b0e60d2d8a4a9b492810 Mon Sep 17 00:00:00 2001 From: Casey Marshall Date: Tue, 1 Feb 2022 21:48:58 -0600 Subject: [PATCH] fix: use go install to prevent go.mod changes --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 6f10705..91a34f5 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -26,7 +26,7 @@ jobs: git config --global user.name "$GITHUB_ACTOR" git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install ccv - run: go get github.com/smlx/ccv + run: go install github.com/smlx/ccv@latest - name: Bump tag if necessary id: tag run: |