Skip to content

Commit 5abd7e6

Browse files
committed
Fixing up go get install command
1 parent 3714176 commit 5abd7e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use from Python, install using `pip`:
2929

3030
To use from Go, use `go get` to grab the latest version of the library
3131

32-
$ go get github.com/pulumi/pulumi-postgresql/sdk/go/...
32+
$ go get github.com/pulumi/pulumi-postgresql/sdk/v2/go/...
3333

3434
### .NET
3535

sdk/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use from Python, install using `pip`:
2929

3030
To use from Go, use `go get` to grab the latest version of the library
3131

32-
$ go get github.com/pulumi/pulumi-postgresql/sdk/go/...
32+
$ go get github.com/pulumi/pulumi-postgresql/sdk/v2/go/...
3333

3434
### .NET
3535

0 commit comments

Comments
 (0)