1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 10:07:02 +00:00

github actions: work around golangci errors (#441)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2023-11-17 15:49:12 -08:00
committed by GitHub
parent 13c39c8c0f
commit f411a42f90

View File

@@ -18,3 +18,6 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
# Disable cache to prevent `File exists` errors.
# https://github.com/golangci/golangci-lint-action/issues/135
skip-pkg-cache: false