From 96b085abbdb4f43c78b0d137e1b016a2365274b1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:20:20 +0000 Subject: [PATCH 1/2] chore: deps(github-action): Bump Golang version to 1.25.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 7e9d4d51..3f3b91f2 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-go@v5.5.0 with: cache: false - go-version: 1.25.1 + go-version: 1.25.6 id: go - name: Check out code into the Go module directory uses: actions/checkout@v4.2.2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b7b27c63..f85726c0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/setup-go@v5.5.0 with: cache: false - go-version: 1.25.1 + go-version: 1.25.6 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@v6.3.0 From 900c691d15df3f192dedd11acb244945282df6fc Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:20:20 +0000 Subject: [PATCH 2/2] chore: deps(gomod): Bump Golang version to 1.25.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index de038a9b..a5a87a59 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/updatecli/releasepost -go 1.25.1 +go 1.25.6 require ( github.com/Masterminds/semver/v3 v3.4.0