From fa34d30a940c55f7d84e3c16fc736e6bf1d64c1f Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Fri, 14 Aug 2026 04:13:21 +0000 Subject: [PATCH] chore(deps): go ^ 1.26.6 --- .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..2e0a8e5 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.26.6" - name: Build with GoReleaser (snapshot) uses: goreleaser/goreleaser-action@v7 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d71430..a146e04 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.26.6" - 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.26.6" - 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.26.6" - 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.26.6" - name: Install GoReleaser uses: goreleaser/goreleaser-action@v7 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f11403..9a3a4d2 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.26.6" - name: Bump version and push tag id: tag_version uses: mathieudutour/github-tag-action@v6.2