From f8ac0bef11dc6d4e692fe5b98f2a892c7d9ca620 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 06:14:38 +0000 Subject: [PATCH] Update dependency go to v1.26.3 --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5d46c72..50acd10 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6.4.0 with: - go-version: '1.25.7' + go-version: '1.26.3' - name: Check go mod tidy run: | @@ -50,7 +50,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6.4.0 with: - go-version: '1.25.7' + go-version: '1.26.3' - name: Run tests run: go test -coverprofile=cover.out ./...