Skip to content

Commit

Permalink
ci: fix cache issue in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeligio committed Apr 8, 2024
1 parent d99f263 commit 9814b08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: 'go.mod'
cache: true
# TODO: Enable cache after issue is resolved: https://github.com/golangci/golangci-lint-action/issues/135
# cache: true
- run: go mod download
- run: go build -v .
- name: Run linters
Expand Down

0 comments on commit 9814b08

Please sign in to comment.