diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 4602734ef..dbc85f8f7 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -21,6 +21,7 @@ jobs: with: go-version-file: './go.mod' check-latest: true + cache: false - name: install actionlint run: go install github.com/rhysd/actionlint/cmd/actionlint@latest - name: actionlint diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6877e04f1..6b8f30544 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,6 +34,7 @@ jobs: with: go-version-file: './go.mod' check-latest: true + cache: false id: go # use bash, because the powershell syntax is different and this is a cross platform workflow diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3dd6a0c64..0eb5d2fd0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,6 +25,7 @@ jobs: with: go-version-file: './go.mod' check-latest: true + cache: false - run: make deps