diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 18c2587..38ba228 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -25,7 +25,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - cache: true check-latest: true go-version-file: 'go.mod' - name: Run go mod tidy diff --git a/.github/workflows/releases.yaml b/.github/workflows/releases.yaml index 95484ae..52cdea8 100644 --- a/.github/workflows/releases.yaml +++ b/.github/workflows/releases.yaml @@ -22,9 +22,8 @@ jobs: with: fetch-depth: 0 - run: git fetch --force --tags - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: - cache: true check-latest: true go-version-file: 'go.mod' - uses: goreleaser/goreleaser-action@v4