From 76d6783735c6d67bd38fb43c95935152ca010749 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 20 Aug 2026 04:44:47 +0000 Subject: [PATCH] Updated go toolchain directive from v1.26.3 to v1.27.0 --- 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/actions/dispatch/entrypoint/go.mod b/actions/dispatch/entrypoint/go.mod index 07935db1..7e408a74 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.24.0 -toolchain go1.26.3 +toolchain go1.27.0 require ( github.com/onsi/gomega v1.39.1 diff --git a/actions/pull-request/download-artifact/entrypoint/go.mod b/actions/pull-request/download-artifact/entrypoint/go.mod index 8b85c882..db579854 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.24.0 -toolchain go1.26.3 +toolchain go1.27.0 require ( github.com/onsi/gomega v1.39.1 diff --git a/actions/release/create/entrypoint/go.mod b/actions/release/create/entrypoint/go.mod index 5bf25777..92e6ff7a 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.24.0 -toolchain go1.26.3 +toolchain go1.27.0 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 1ad1c13a..2a1f5f44 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.24.0 -toolchain go1.26.3 +toolchain go1.27.0 require ( github.com/onsi/gomega v1.39.1 diff --git a/actions/tag/calculate-semver/entrypoint/go.mod b/actions/tag/calculate-semver/entrypoint/go.mod index 15e7322d..93e2b294 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.26.3 +toolchain go1.27.0 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 f9907528..802cc0b6 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.26.3 +toolchain go1.27.0 require ( github.com/Masterminds/semver/v3 v3.4.0