diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2a55342e5..5c76020881 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,12 @@ jobs: with: fetch-depth: 0 + - name: Lint + uses: golangci/golangci-lint-action@v2 + with: + version: latest + skip-go-installation: true + - name: Install tools run: make install @@ -44,11 +50,6 @@ jobs: - name: Build run: make build - - name: Lint - uses: golangci/golangci-lint-action@v2 - with: - version: v1.37 - - name: Test run: make test