From 1e904539bc66259563193ea045a8a505ac1ca3e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 23:50:14 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.4 --- .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..b5275f3 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.4 id: go - name: Check out code into the Go module directory