From c23aa335fc8f0536c0fd02ea55170850002b1c6f Mon Sep 17 00:00:00 2001 From: kha7iq Date: Mon, 18 Jul 2022 11:34:07 +0800 Subject: [PATCH] fix: update golint to version 3 --- .github/workflows/pull_request.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ccaa462..630b656 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,6 +9,4 @@ jobs: uses: actions/checkout@v2 - name: golangci-lint - uses: golangci/golangci-lint-action@v2 - with: - version: v1.29 \ No newline at end of file + uses: golangci/golangci-lint-action@v3