From 11a76b78d1de1456ea63ea67a08b8ca856da4eb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:41:53 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.26 --- .github/workflows/codecov.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 7c658c3..d869eed 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v3 with: - go-version: '1.18' + go-version: '1.26' - name: Run coverage run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0773ea7..9c71dd1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.26 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3