From 853328317dd6d9cd1ec591343e61b6ae04bbf6c6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 20 Apr 2026 05:45:07 +0000 Subject: [PATCH 1/4] chore: deps(gomod): Bump Golang version to 1.26.2 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..dfa656f6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/updatecli/releasepost -go 1.25.1 +go 1.26.2 require ( github.com/Masterminds/semver/v3 v3.4.0 From d4c80ea6165739b53ea2dee236ead8d82c036a0e Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 20 Apr 2026 05:45:07 +0000 Subject: [PATCH 2/4] chore: deps(github-action): Bump Golang version to 1.26.2 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 8fc6ba07..33a79621 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: cache: false - go-version: 1.25.1 + go-version: 1.26.2 id: go - name: Check out code into the Go module directory uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index be4c7a1f..e763c7e1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: cache: false - go-version: 1.25.1 + go-version: 1.26.2 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 From 01cc469fabbe7c5f81e059643dc3bc3b01472485 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 8 May 2026 05:31:57 +0000 Subject: [PATCH 3/4] chore: deps(github-action): Bump Golang version to 1.26.3 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 33a79621..97143633 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: cache: false - go-version: 1.26.2 + go-version: 1.26.3 id: go - name: Check out code into the Go module directory uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e763c7e1..1210441b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: cache: false - go-version: 1.26.2 + go-version: 1.26.3 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 From 0dda8c6db346e7d9bd035f29e31a7913e1d228a9 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 8 May 2026 05:31:57 +0000 Subject: [PATCH 4/4] chore: deps(gomod): Bump Golang version to 1.26.3 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 dfa656f6..409a1d2c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/updatecli/releasepost -go 1.26.2 +go 1.26.3 require ( github.com/Masterminds/semver/v3 v3.4.0