Skip to content

Commit

Permalink
ci: fix caching and go version 👷
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Feb 23, 2024
1 parent 2278bee commit 118ce60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: false
cache: true
cache-dependency-path: "**/go.sum"
go-version-file: "./go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 118ce60

Please sign in to comment.