From f0404a8718a8be96c7cab6d69d67ae0322db0ab6 Mon Sep 17 00:00:00 2001 From: Youngtaek Yoon Date: Fri, 21 Jul 2023 11:53:47 +0900 Subject: [PATCH] Fix golangci versions --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e248a8b877..ef0145c0ef 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,10 +23,10 @@ jobs: **/**.go go.mod go.sum - - uses: golangci/golangci-lint-action@master + - uses: golangci/golangci-lint-action@v3 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.50.1 + version: v1.50 args: --timeout 10m github-token: ${{ secrets.GITHUB_TOKEN }} if: env.GIT_DIFF