From 06ffdd1919b1ec9aa937e420598e593dc33deef6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:14:19 +0000 Subject: [PATCH] Update dependency go to v1.26.4 --- .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 a9b0a1f..dc6ee86 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.26.3' + go-version: '1.26.4' - 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.26.3' + go-version: '1.26.4' - name: Run tests run: go test -coverprofile=cover.out ./...