Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Jan 30, 2024
1 parent 5ebc652 commit 54c2425
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 54c2425

Please sign in to comment.