From 5224e770045e5fd0a6a58d76df1192be62fab838 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Thu, 20 Aug 2026 02:57:32 +0000 Subject: [PATCH] chore(deps): go ^ 1.27.0 --- .github/workflows/bot-build.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bot-build.yml b/.github/workflows/bot-build.yml index 0f35657..ddd0b73 100644 --- a/.github/workflows/bot-build.yml +++ b/.github/workflows/bot-build.yml @@ -77,7 +77,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.5" + go-version: "1.27.0" - name: Build with GoReleaser (snapshot) uses: goreleaser/goreleaser-action@v7 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d71430..b1ad0a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.5" + go-version: "1.27.0" - name: Tidy modules run: go mod tidy - name: Test @@ -33,7 +33,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.5" + go-version: "1.27.0" - name: Check formatting run: | unformatted=$(gofmt -l .) @@ -58,7 +58,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.5" + go-version: "1.27.0" - name: Check go.mod and go.sum are tidy run: | go mod tidy @@ -108,7 +108,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.5" + go-version: "1.27.0" - name: Install GoReleaser uses: goreleaser/goreleaser-action@v7 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f11403..46b7df1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.5" + go-version: "1.27.0" - name: Bump version and push tag id: tag_version uses: mathieudutour/github-tag-action@v6.2