diff --git a/.github/workflows/ci-examples.yml b/.github/workflows/ci-examples.yml index 3d5e42078c..49a6e04ce7 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@v5.1.0 + uses: golangci/golangci-lint-action@v6.1.1 with: # NOTE: The version must be specified without the patch version. version: v1.54.2 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 3d8dc847ad..01c9d0f1d3 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -68,7 +68,7 @@ jobs: go-version: "1.22.x" - name: Lint Go client-sdk - uses: golangci/golangci-lint-action@v5.1.0 + uses: golangci/golangci-lint-action@v6.1.1 with: # NOTE: The version must be specified without the patch version. version: v1.54.2 @@ -97,7 +97,7 @@ jobs: go-version: "1.22.x" - name: Lint E2E tests - uses: golangci/golangci-lint-action@v5.1.0 + uses: golangci/golangci-lint-action@v6.1.1 with: # NOTE: The version must be specified without the patch version. version: v1.56.1 @@ -116,7 +116,7 @@ jobs: go-version: "1.22.x" - name: Lint reflect-go - uses: golangci/golangci-lint-action@v5.1.0 + uses: golangci/golangci-lint-action@v6.1.1 with: # NOTE: The version must be specified without the patch version. version: v1.56.1