Skip to content

Commit

Permalink
ci: try removing cache
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Mar 3, 2024
1 parent 4a9b1ae commit 167e1fb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/operator-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ env.GOLANG_VERSION }}

- name: Download Go modules
run: go mod download

- name: Check disk space
run: df -h

- name: List Go module cache
run: ls -la $(go env GOPATH)/pkg/mod
cache: false

- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 167e1fb

Please sign in to comment.