From e7433518d16f71b384bf1c2537b9e5bd5eb1720a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:55:09 +0000 Subject: [PATCH] Update dependency go to 1.26 --- .github/workflows/codecov.yml | 2 +- .github/workflows/linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 0dcb170..07d1982 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-go@v7 with: - go-version: '1.20' + go-version: '1.26' cache: false - name: Get dependencies diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7108ae3..e47d99d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-go@v7 with: - go-version: '1.20' + go-version: '1.26' cache: false - name: golangci-lint