Skip to content

Commit 3adb6d0

Browse files
committed
docs: update readme
1 parent 03a8ce6 commit 3adb6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ permissions:
166166
167167
The action was implemented with performance in mind:
168168
169-
1. We cache data by [@actions/cache](https://github.com/actions/toolkit/tree/master/packages/cache) between builds: Go build cache, Go modules cache, golangci-lint analysis cache.
169+
1. We cache data by [@actions/cache](https://github.com/actions/toolkit/tree/master/packages/cache) between builds: golangci-lint analysis cache.
170170
2. We don't use Docker because image pulling is slow.
171-
3. We do as much as we can in parallel, e.g. we download cache, go, and golangci-lint binary in parallel.
171+
3. We do as much as we can in parallel, e.g. we download cache, and golangci-lint binary in parallel.
172172
173173
For example, in a repository of [golangci-lint](https://github.com/golangci/golangci-lint) running this action without the cache takes 50s, but with cache takes 14s:
174174
* in parallel:

0 commit comments

Comments
 (0)