diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68fbb67016a79347d12aae818ef3cb5b595dd601..699e5c714117d2a9f048bff877c0cea15413a68d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,8 @@ jobs: go-version: 1.16 - name: Get release dependencies run: | - go get github.com/mitchellh/gox - go get github.com/tcnksm/ghr + go install github.com/mitchellh/gox@latest + go install github.com/tcnksm/ghr@latest - uses: go-semantic-release/action@v1 id: semrel with: