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

github actions: fix for #441, skip-pkg-cache: true (#442)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2023-11-17 16:00:01 -08:00
committed by GitHub
parent f411a42f90
commit 2a65c9beaa

View File

@@ -20,4 +20,4 @@ jobs:
version: latest version: latest
# Disable cache to prevent `File exists` errors. # Disable cache to prevent `File exists` errors.
# https://github.com/golangci/golangci-lint-action/issues/135 # https://github.com/golangci/golangci-lint-action/issues/135
skip-pkg-cache: false skip-pkg-cache: true