Skip to content

Commit 9ac6607

Browse files
Update dependency go to v1.24.1 (#2129)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.24.0` -> `1.24.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am every weekday" (UTC), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 65de616 commit 9ac6607

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

aws-go-assume-role/assume-role/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module assume-role
22

33
go 1.22
44

5-
toolchain go1.24.0
5+
toolchain go1.24.1
66

77
require (
88
github.com/pulumi/pulumi-aws/sdk/v6 v6.73.0

aws-go-assume-role/create-role/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module create-role
22

33
go 1.22
44

5-
toolchain go1.24.0
5+
toolchain go1.24.1
66

77
require (
88
github.com/pulumi/pulumi-aws/sdk/v6 v6.73.0

kubernetes-go-guestbook/components/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/pulumi/examples/kubernetes-go-guestbook/components
22

33
go 1.22
44

5-
toolchain go1.24.0
5+
toolchain go1.24.1
66

77
require (
88
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.22.1

kubernetes-go-guestbook/simple/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/pulumi/examples/kubernetes-go-guestbook/simple
22

33
go 1.22
44

5-
toolchain go1.24.0
5+
toolchain go1.24.1
66

77
require (
88
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.22.1

misc/benchmarks/go-many-resources/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go-many-resources
22

33
go 1.22
44

5-
toolchain go1.24.0
5+
toolchain go1.24.1
66

77
require github.com/pulumi/pulumi/sdk/v3 v3.158.0
88

stack-readme-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module stack-readme-go
22

33
go 1.22
44

5-
toolchain go1.24.0
5+
toolchain go1.24.1
66

77
require github.com/pulumi/pulumi/sdk/v3 v3.158.0
88

testing-unit-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/pulumi/examples/testing-unit-go
22

33
go 1.22
44

5-
toolchain go1.24.0
5+
toolchain go1.24.1
66

77
require (
88
github.com/pulumi/pulumi-aws/sdk/v6 v6.73.0

0 commit comments

Comments
 (0)