1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

fix: skip-pkg-cache no longer supported by golangci-lint (#517)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2024-06-13 12:22:14 -07:00
committed by GitHub
parent 9478098c0f
commit 0df07fc1be

View File

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