Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion actions/dispatch/entrypoint/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.2

require (
github.com/onsi/gomega v1.39.1
Expand Down
2 changes: 1 addition & 1 deletion actions/pull-request/download-artifact/entrypoint/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.2

require (
github.com/onsi/gomega v1.39.1
Expand Down
2 changes: 1 addition & 1 deletion actions/release/create/entrypoint/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.2

require (
github.com/cenkalti/backoff/v4 v4.3.0
Expand Down
2 changes: 1 addition & 1 deletion actions/release/reset-draft/entrypoint/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.2

require (
github.com/onsi/gomega v1.39.1
Expand Down
2 changes: 1 addition & 1 deletion actions/tag/calculate-semver/entrypoint/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.2

require (
github.com/Masterminds/semver/v3 v3.4.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish_draft_releases/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.2

require (
github.com/Masterminds/semver/v3 v3.4.0
Expand Down
Loading