pulumi/.github
Abhinav Gupta 785db327f4
ci(lint): Disable setup-go cache for golangci-lint
The golangci-lint-action comes with its own caching logic,
which includes caching Go build data.
We should not have setup-go caching enabled in that case.

ref: https://github.com/golangci/golangci-lint-action#how-to-use
Note the `cache: false`.

Note that usually setup-go doesn't take much time,
but sometimes it fails while downloading or uploading the cache.
This just drops an occasional source of flakiness in the job.
2023-06-21 09:54:15 -07:00
..
scripts Replace deprecated command with environment file 2023-02-20 11:14:39 +09:00
workflows ci(lint): Disable setup-go cache for golangci-lint 2023-06-21 09:54:15 -07:00
PULL_REQUEST_TEMPLATE.md Add routine checks to pull request template 2023-05-12 13:34:19 -07:00