From f4bc806c36181ecfffbfd564df19b194f4bda3cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 08:14:34 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.6 --- .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..651075a 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.6 id: go - name: Check out code into the Go module directory