Test turning off golang CI lint cache

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes 2022-03-17 18:43:37 -04:00
parent ee49c4d557
commit 56f95e3d8a
No known key found for this signature in database
GPG Key ID: FE2598126B196A38

View File

@ -32,6 +32,7 @@ jobs:
- uses: golangci/golangci-lint-action@v3
with:
version: v1.44.2
skip-cache: true
args: --timeout=5m
#