diff --git a/.github/workflows/ci-examples.yml b/.github/workflows/ci-examples.yml index 45bd80194c..7d234abe67 100644 --- a/.github/workflows/ci-examples.yml +++ b/.github/workflows/ci-examples.yml @@ -103,7 +103,7 @@ jobs: # NOTE: "file exists" tar errors can be safely ignored, because go is already installed. - name: Lint ${{ matrix.example }} - uses: golangci/golangci-lint-action@v3.3.1 + uses: golangci/golangci-lint-action@v3.5.0 with: # NOTE: The version must be specified without the patch version. version: v1.51.2 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index d7af8323a8..0eec0d240d 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -61,7 +61,7 @@ jobs: go-version: '1.20.x' - name: Lint Go client-sdk - uses: golangci/golangci-lint-action@v3.3.1 + uses: golangci/golangci-lint-action@v3.5.0 with: # NOTE: The version must be specified without the patch version. version: v1.51.2 @@ -100,7 +100,7 @@ jobs: go-version: '1.19.x' # XXX: Cannot update to 1.20 due to quic-go dependency for E2E test suite. - name: Lint E2E tests - uses: golangci/golangci-lint-action@v3.3.1 + uses: golangci/golangci-lint-action@v3.5.0 with: # NOTE: The version must be specified without the patch version. version: v1.51.2 @@ -119,7 +119,7 @@ jobs: go-version: '1.20.x' - name: Lint reflect-go - uses: golangci/golangci-lint-action@v3.3.1 + uses: golangci/golangci-lint-action@v3.5.0 with: # NOTE: The version must be specified without the patch version. version: v1.51.2