From 64839d9cffa8948f01dabf806ed669fb73db776c Mon Sep 17 00:00:00 2001 From: xhe Date: Tue, 27 Sep 2022 12:55:29 +0800 Subject: [PATCH] *: fix CI Signed-off-by: xhe --- .github/workflows/common.yml | 1 + .golangci.yaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index b3cf5194..67edc11c 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -67,6 +67,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: latest + skip-cache: true - name: make ${{ inputs.target }} if: ${{ inputs.target != '' }} run: make ${{ inputs.target }} diff --git a/.golangci.yaml b/.golangci.yaml index be0f8497..6f7099ec 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,4 +1,3 @@ -# options for analysis running run: timeout: 10m issues-exit-code: 1