Skip to content

Commit

Permalink
fix(ci): disable caching 💚
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Feb 13, 2024
1 parent a49a1f1 commit 7cc2a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: true
cache: false
- name: Run gqlgen generate
run: make graphql
- name: golangci-lint
Expand Down

0 comments on commit 7cc2a98

Please sign in to comment.