Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Jan 31, 2024
1 parent a1587d2 commit 362033e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/warden-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: true
cache: false
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
run: make verify-on-cluster
- name: Show Warden Logs
if: failure()
run: kubectl logs -l app=warden -n kyma-system --prefix=true;
run: kubectl logs -l app=warden -n kyma-system --prefix=true;

0 comments on commit 362033e

Please sign in to comment.