From d8ee1392785377c5ded485570cea841941a432c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 04:45:19 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.3 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 80cdb8a..ba73c87 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go 1.18 uses: actions/setup-go@v3 with: - go-version: 1.18.1 + go-version: 1.26.3 id: go - name: Check out code into the Go module directory