Skip to content

Commit

Permalink
Re-enable cache in CI
Browse files Browse the repository at this point in the history
Don't remember why I disabled it, I think it should never be disabled.
  • Loading branch information
zliang-akamai committed May 2, 2024
1 parent ab37ae8 commit 548047b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: stable
cache: false

- name: golangci-lint
uses: golangci/golangci-lint-action@v4
Expand Down Expand Up @@ -94,4 +93,4 @@ jobs:
exit $EXIT_STATUS
else
echo "Tests passed!"
fi
fi

0 comments on commit 548047b

Please sign in to comment.