From 17f74427c7d87133d3c9f965ad00ed4d7718d314 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:05:25 +0000 Subject: [PATCH] Update dependency go to 1.26 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a765c7..a58b898 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Setup uses: actions/setup-go@v4 with: - go-version: "1.20" + go-version: "1.26" - name: Build otelinit run: go build -v ./... - name: Build test stub