From 857db608a5faea1a9e4417f13b7adf088eb9ceeb Mon Sep 17 00:00:00 2001 From: yxxhero <11087727+yxxhero@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:03:05 +0800 Subject: [PATCH] fix golang lint error (#1106) --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6bf5fb89..d1ea3ed3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,9 +17,10 @@ jobs: - uses: actions/setup-go@v4 with: go-version-file: go.mod + cache: false - uses: golangci/golangci-lint-action@v3 with: - version: v1.54.2 + version: v1.55.1 tests: runs-on: ubuntu-latest