File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/cloudy-sky-software/pulumi-digitalocean-native/provider
22
33go 1.24.2
44
5- toolchain go1.24.6
5+ toolchain go1.25.5
66
77require (
88 github.com/cloudy-sky-software/pulschema v0.0.0-20251002161024-88f5776470c7
You can’t perform that action at this time.
0 commit comments