Skip to content

Commit

Permalink
workflows: remove cache config for setup-go action (as it tunred on…
Browse files Browse the repository at this point in the history
… by default)

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Feb 7, 2024
1 parent 697818f commit 6d4f6da
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Run test
run: make test
env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Run e2e
run: make e2e
env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- run: go generate ./...
- run: git add --intent-to-add .
- run: git diff --exit-code
1 change: 0 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: goreleaser check
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Run linters
uses: golangci/[email protected]
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Install Cosign
uses: sigstore/[email protected]
- name: Run GoReleaser
Expand Down

0 comments on commit 6d4f6da

Please sign in to comment.