Skip to content

Commit 584d45b

Browse files
Update dependency go to v1.25.1
1 parent a973b22 commit 584d45b

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: 1.24.x
30+
go-version: 1.25.x
3131

3232
- name: Lint
3333
run: |
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Go
5151
uses: actions/setup-go@v5
5252
with:
53-
go-version: 1.24.x
53+
go-version: 1.25.x
5454

5555
- name: Setup Node
5656
uses: actions/setup-node@v5

.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@v5
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@v5
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.0.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-doppler-native/provider
22

33
go 1.22.7
44

5-
toolchain go1.24.3
5+
toolchain go1.25.1
66

77
require (
88
github.com/cloudy-sky-software/pulschema v0.0.0-20250116160939-4c21315644f9

0 commit comments

Comments
 (0)