diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 11dbf8b..4b9d0de 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -48,14 +48,14 @@ jobs: with: go-version: ${{ matrix.go }} - name: golangci-lint (Linux) - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 with: skip-pkg-cache: true args: --timeout=3m version: ${{ env.GOLANGCI_LINT_VERSION }} - name: golangci-lint (Windows) if: success() || failure() # run this step even if the previous one failed - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 env: GOOS: "windows" with: @@ -64,7 +64,7 @@ jobs: version: ${{ env.GOLANGCI_LINT_VERSION }} - name: golangci-lint (OSX) if: success() || failure() # run this step even if the previous one failed - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 env: GOOS: "darwin" with: @@ -73,7 +73,7 @@ jobs: version: ${{ env.GOLANGCI_LINT_VERSION }} - name: golangci-lint (FreeBSD) if: success() || failure() # run this step even if the previous one failed - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 env: GOOS: "freebsd" with: @@ -82,7 +82,7 @@ jobs: version: ${{ env.GOLANGCI_LINT_VERSION }} - name: golangci-lint (others) if: success() || failure() # run this step even if the previous one failed - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 env: GOOS: "solaris" # some OS that we don't have any build tags for with: