From 5e8ac64e2674b8f625cfe0f14a2ffa3ce0beb667 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 5 Feb 2026 05:03:22 +0000 Subject: [PATCH] chore(deps): updated dependency go from v1.25.6 to v1.25.7 --- actions/dependency/update-metadata-json/entrypoint/go.mod | 2 +- actions/dispatch/entrypoint/go.mod | 2 +- actions/pull-request/download-artifact/entrypoint/go.mod | 2 +- actions/release/create/entrypoint/go.mod | 2 +- actions/release/reset-draft/entrypoint/go.mod | 2 +- actions/tag/calculate-semver/entrypoint/go.mod | 2 +- scripts/publish_draft_releases/go.mod | 2 +- scripts/time-to-merge/go.mod | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/actions/dependency/update-metadata-json/entrypoint/go.mod b/actions/dependency/update-metadata-json/entrypoint/go.mod index 59217b5f..17bef51c 100644 --- a/actions/dependency/update-metadata-json/entrypoint/go.mod +++ b/actions/dependency/update-metadata-json/entrypoint/go.mod @@ -1,8 +1,8 @@ module github.com/paketo-buildpacks/github-config/actions/dependency/update-metadata-json/entrypoint go 1.25.5 -toolchain go1.25.6 +toolchain go1.25.7 require ( github.com/onsi/gomega v1.39.0 diff --git a/actions/dispatch/entrypoint/go.mod b/actions/dispatch/entrypoint/go.mod index 8caf44d3..1b763a51 100644 --- a/actions/dispatch/entrypoint/go.mod +++ b/actions/dispatch/entrypoint/go.mod @@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/actions/dispatch/entrypoint go 1.23.0 -toolchain go1.25.6 +toolchain go1.25.7 require ( github.com/onsi/gomega v1.39.0 diff --git a/actions/pull-request/download-artifact/entrypoint/go.mod b/actions/pull-request/download-artifact/entrypoint/go.mod index 0e21c22f..8f2850d7 100644 --- a/actions/pull-request/download-artifact/entrypoint/go.mod +++ b/actions/pull-request/download-artifact/entrypoint/go.mod @@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/actions/pull-request/download- go 1.23.0 -toolchain go1.25.6 +toolchain go1.25.7 require ( github.com/onsi/gomega v1.39.0 diff --git a/actions/release/create/entrypoint/go.mod b/actions/release/create/entrypoint/go.mod index 1a4af5a5..1ca4d9bd 100644 --- a/actions/release/create/entrypoint/go.mod +++ b/actions/release/create/entrypoint/go.mod @@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/actions/release/create/entrypo go 1.23.0 -toolchain go1.25.6 +toolchain go1.25.7 require ( github.com/cenkalti/backoff/v4 v4.3.0 diff --git a/actions/release/reset-draft/entrypoint/go.mod b/actions/release/reset-draft/entrypoint/go.mod index 873ddb99..10ee3d1f 100644 --- a/actions/release/reset-draft/entrypoint/go.mod +++ b/actions/release/reset-draft/entrypoint/go.mod @@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/actions/release/reset-draft/en go 1.23.0 -toolchain go1.25.6 +toolchain go1.25.7 require ( github.com/onsi/gomega v1.39.0 diff --git a/actions/tag/calculate-semver/entrypoint/go.mod b/actions/tag/calculate-semver/entrypoint/go.mod index 0af4b3c4..4dcc5115 100644 --- a/actions/tag/calculate-semver/entrypoint/go.mod +++ b/actions/tag/calculate-semver/entrypoint/go.mod @@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/actions/tag/calculate-semver-t go 1.24.0 -toolchain go1.25.6 +toolchain go1.25.7 require ( github.com/Masterminds/semver/v3 v3.4.0 diff --git a/scripts/publish_draft_releases/go.mod b/scripts/publish_draft_releases/go.mod index f2420248..9de294d1 100644 --- a/scripts/publish_draft_releases/go.mod +++ b/scripts/publish_draft_releases/go.mod @@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/scripts/publish-draft-releases go 1.21 -toolchain go1.25.6 +toolchain go1.25.7 require ( github.com/Masterminds/semver/v3 v3.4.0 diff --git a/scripts/time-to-merge/go.mod b/scripts/time-to-merge/go.mod index 70de758a..3c763304 100644 --- a/scripts/time-to-merge/go.mod +++ b/scripts/time-to-merge/go.mod @@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/scripts/time-to-merge go 1.24.6 -toolchain go1.25.6 +toolchain go1.25.7 require ( github.com/aclements/go-moremath v0.0.0-20241023150245-c8bbc672ef66