From cc710d8d4f78a02e1c56751c80b7a8c0412c38af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:29:24 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.26 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/go.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a34a2d..8816712 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v6 with: - go-version: '1.25' + go-version: '1.26' - name: Run unit tests with coverage run: go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic - name: Upload coverage to Codecov @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: - go-version: '1.25' + go-version: '1.26' - name: Wait for Consul run: | until curl -s http://localhost:8500/v1/status/leader | grep -q .; do diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0a120b1..0eb8049 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.25' + go-version: '1.26' - name: Build run: go build -v ./...