From 27c7fa4fed4fe25b2bf059a98a94ff024aec4d1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 23:59:44 +0000 Subject: [PATCH] Update dependency go to 1.27 --- .github/workflows/go.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cd2ee5b..01b1db1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go 1.19 uses: actions/setup-go@0caeaed6fd66a828038c2da3c0f662a42862658f # v1.1.3 with: - go-version: 1.19 + go-version: 1.27 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 852acca..e973d39 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0 with: - go-version: 1.19 + go-version: 1.27 - name: Run GoReleaser uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b # v2.9.1 with: