Skip to content

Commit c22d7a4

Browse files
Update dependency go
1 parent 304cfbe commit c22d7a4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Go
3131
uses: actions/setup-go@v6
3232
with:
33-
go-version: 1.24.x
33+
go-version: 1.25.x
3434

3535
- name: Lint
3636
run: |
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Go
5454
uses: actions/setup-go@v6
5555
with:
56-
go-version: 1.24.x
56+
go-version: 1.25.x
5757

5858
- name: Setup Node
5959
uses: actions/setup-node@v6

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Go
3030
uses: actions/setup-go@v6
3131
with:
32-
go-version: 1.24.x
32+
go-version: 1.25.x
3333

3434
- name: Lint
3535
run: |
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Go
5454
uses: actions/setup-go@v6
5555
with:
56-
go-version: 1.24.x
56+
go-version: 1.25.x
5757

5858
- name: Install pulumictl
5959
uses: jaxxstorm/action-install-gh-release@v2.1.0

provider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/cloudy-sky-software/pulumi-digitalocean-native/provider
22

33
go 1.24.2
44

5-
toolchain go1.24.6
5+
toolchain go1.25.7
66

77
require (
88
github.com/cloudy-sky-software/pulschema v0.0.0-20251002161024-88f5776470c7

0 commit comments

Comments
 (0)