From e5419c5cb1e39d36da0d5c55ace7e7e2af350649 Mon Sep 17 00:00:00 2001 From: Li4n0 Date: Tue, 13 Sep 2022 23:43:38 +0800 Subject: [PATCH] ci: upgrade golint to fix the error during building --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e34bbc0..4510dcc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: - name: create dist directory run: mkdir frontend/dist && touch frontend/dist/revsuit - name: Run golangci-lint - uses: golangci/golangci-lint-action@v2.4.0 + uses: golangci/golangci-lint-action@v3 with: - version: v1.37.0 + version: v1.49.0 args: --timeout=30m