Skip to content

Commit 28d165f

Browse files
committed
chore(deps): updated dependency go from v1.26.0 to v1.26.1
1 parent d013fdb commit 28d165f

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

  • actions
    • dependency/update-metadata-json/entrypoint
    • dispatch/entrypoint
    • pull-request/download-artifact/entrypoint
    • release
    • tag/calculate-semver/entrypoint
  • scripts

actions/dependency/update-metadata-json/entrypoint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/actions/dependency/update-meta
22

33
go 1.25.5
44

5-
toolchain go1.26.0
5+
toolchain go1.26.1
66

77
require (
88
github.com/onsi/gomega v1.39.0

actions/dispatch/entrypoint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/actions/dispatch/entrypoint
22

33
go 1.23.0
44

5-
toolchain go1.26.0
5+
toolchain go1.26.1
66

77
require (
88
github.com/onsi/gomega v1.39.0

actions/pull-request/download-artifact/entrypoint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/actions/pull-request/download-
22

33
go 1.23.0
44

5-
toolchain go1.26.0
5+
toolchain go1.26.1
66

77
require (
88
github.com/onsi/gomega v1.39.0

actions/release/create/entrypoint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/actions/release/create/entrypo
22

33
go 1.23.0
44

5-
toolchain go1.26.0
5+
toolchain go1.26.1
66

77
require (
88
github.com/cenkalti/backoff/v4 v4.3.0

actions/release/reset-draft/entrypoint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/actions/release/reset-draft/en
22

33
go 1.23.0
44

5-
toolchain go1.26.0
5+
toolchain go1.26.1
66

77
require (
88
github.com/onsi/gomega v1.39.0

actions/tag/calculate-semver/entrypoint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/actions/tag/calculate-semver-t
22

33
go 1.24.0
44

5-
toolchain go1.26.0
5+
toolchain go1.26.1
66

77
require (
88
github.com/Masterminds/semver/v3 v3.4.0

scripts/publish_draft_releases/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/scripts/publish-draft-releases
22

33
go 1.21
44

5-
toolchain go1.26.0
5+
toolchain go1.26.1
66

77
require (
88
github.com/Masterminds/semver/v3 v3.4.0

scripts/time-to-merge/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/paketo-buildpacks/github-config/scripts/time-to-merge
22

33
go 1.24.6
44

5-
toolchain go1.26.0
5+
toolchain go1.26.1
66

77
require (
88
github.com/aclements/go-moremath v0.0.0-20241023150245-c8bbc672ef66

0 commit comments

Comments
 (0)