From f8a7ce7aea09e3afef1dc15d7fffbd51c1173da2 Mon Sep 17 00:00:00 2001 From: Ritik Rajdev <56875929+ritikrajdev@users.noreply.github.com> Date: Mon, 9 Mar 2026 06:14:25 +0530 Subject: [PATCH 1/3] fix: use specific version of golangci --- .github/workflows/go-multierror.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-multierror.yml b/.github/workflows/go-multierror.yml index c0bb386..32b13ce 100644 --- a/.github/workflows/go-multierror.yml +++ b/.github/workflows/go-multierror.yml @@ -37,7 +37,9 @@ jobs: with: go-version-file: go.mod - name: Run golangci-lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 + uses: golangci/golangci-lint-action@v4 + with: + version: v1.59.0 linux-tests: runs-on: ubuntu-latest From 1de9745c7cf8bef5c367e07392f60c283679c48d Mon Sep 17 00:00:00 2001 From: Ritik Rajdev <56875929+ritikrajdev@users.noreply.github.com> Date: Mon, 9 Mar 2026 06:24:03 +0530 Subject: [PATCH 2/3] use v2.8.0 for golangci-lint --- .github/workflows/go-multierror.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-multierror.yml b/.github/workflows/go-multierror.yml index 32b13ce..aa31fe5 100644 --- a/.github/workflows/go-multierror.yml +++ b/.github/workflows/go-multierror.yml @@ -35,11 +35,12 @@ jobs: - name: Setup go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: + # go version file has the minimum supported version of go - 1.13 go-version-file: go.mod - name: Run golangci-lint uses: golangci/golangci-lint-action@v4 with: - version: v1.59.0 + version: v2.8.0 linux-tests: runs-on: ubuntu-latest From 9d406d10633375bb91ced912d643fa7c61e14e79 Mon Sep 17 00:00:00 2001 From: Ritik Rajdev <56875929+ritikrajdev@users.noreply.github.com> Date: Mon, 9 Mar 2026 06:32:39 +0530 Subject: [PATCH 3/3] chore: use newer version for golangci-lint --- .github/workflows/go-multierror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-multierror.yml b/.github/workflows/go-multierror.yml index aa31fe5..cb5b94f 100644 --- a/.github/workflows/go-multierror.yml +++ b/.github/workflows/go-multierror.yml @@ -38,7 +38,7 @@ jobs: # go version file has the minimum supported version of go - 1.13 go-version-file: go.mod - name: Run golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 with: version: v2.8.0