diff --git a/actions/dispatch/entrypoint/go.mod b/actions/dispatch/entrypoint/go.mod index dc7b3223..07935db1 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.0 +toolchain go1.26.3 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 871ceea6..8b85c882 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.0 +toolchain go1.26.3 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 54a931e5..5bf25777 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.0 +toolchain go1.26.3 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 a30d71b4..1ad1c13a 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.0 +toolchain go1.26.3 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 48f1cc1d..15e7322d 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.0 +toolchain go1.26.3 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 85dfe2ee..f9907528 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.0 +toolchain go1.26.3 require ( github.com/Masterminds/semver/v3 v3.4.0