diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fbb65ab5e..7233c9f5f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -48,13 +48,13 @@ jobs: with: go-version: ${{ matrix.go }} - name: golangci-lint (Linux) - uses: golangci/golangci-lint-action@v8 + uses: golangci/golangci-lint-action@v9 with: 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@v8 + uses: golangci/golangci-lint-action@v9 env: GOOS: "windows" with: @@ -62,7 +62,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@v8 + uses: golangci/golangci-lint-action@v9 env: GOOS: "darwin" with: @@ -70,7 +70,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@v8 + uses: golangci/golangci-lint-action@v9 env: GOOS: "freebsd" with: @@ -78,7 +78,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@v8 + uses: golangci/golangci-lint-action@v9 env: GOOS: "solaris" # some OS that we don't have any build tags for with: