From 2d9d7b13e33aab0974f7014f872d93c75ff9d2ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:37:17 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.27 --- .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 f34e735..32304a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v7.0.0 with: - go-version: '1.26' + go-version: '1.27' - name: Run coverage run: go env -w GOTOOLCHAIN=go1.25.0+auto && go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic - name: Upload coverage to Codecov @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v7.0.0 - uses: actions/setup-go@v7.0.0 with: - go-version: '1.26' + go-version: '1.27' - name: Wait for Vault to be ready run: | for i in {1..30}; do diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a5010a9..7498b13 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v7.0.0 with: - go-version: '1.26' + go-version: '1.27' - name: Build run: go build -v ./...