From 2992bad05dfc75cb986491b0fef63ef572bc7012 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Tue, 10 Mar 2026 19:50:05 +1000 Subject: [PATCH] chore: bump Go to 1.26.1 and golangci-lint to 2.11.2 on github actions --- .github/workflows/go-tests.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 84190f0d..b866f063 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: - go-version: "1.25.1" + go-version: "1.26.1" - name: Install dependencies run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6533f57d..5a0f4144 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,12 +23,12 @@ jobs: - name: Set up Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: - go-version: "1.25.1" + go-version: "1.26.1" - name: golangci-lint uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 with: - version: v2.4.0 + version: v2.11.2 - name: Format code run: |