Skip to content

Commit 0db5974

Browse files
committed
Fix dependencies in examples
1 parent 414d52a commit 0db5974

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ go.work*
1616

1717
yarn.lock
1818
package_lock.json
19+
**/.yarn
20+
**/.pnp*
1921
**/pulumiManifest.go
2022

2123
ci-scripts

examples/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module github.com/pulumiverse/pulumi-scaleway/examples
22

3-
go 1.22
4-
toolchain go1.24.1
3+
go 1.23.0
4+
5+
toolchain go1.24.2
56

67
require github.com/pulumi/pulumi/pkg/v3 v3.156.0
78

0 commit comments

Comments
 (0)