-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update templates and workflows to Go 1.20 and deps to latest versions (…
- Loading branch information
Showing
62 changed files
with
96 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aiven/sdk/v5 v6.6.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi-aiven/sdk/v6 v6.6.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-alicloud/sdk/v3 v3.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi-alicloud/sdk/v3 v3.43.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-auth0/sdk/v2 v2.23.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi-auth0/sdk/v2 v2.24.3 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.0.2 | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.2.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-native/sdk v0.73.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi-aws-native/sdk v0.77.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-azure/sdk/v5 v5.48.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi-azure/sdk/v5 v5.49.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.2.0 | ||
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.2.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.8.0 | ||
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.8.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-civo/sdk/v2 v2.3.8 | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v5 v5.30.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module app | ||
|
||
go 1.18 | ||
go 1.20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module app | ||
|
||
go 1.18 | ||
go 1.20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-gcp/sdk/v6 v6.59.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-digitalocean/sdk/v4 v4.21.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-equinix-metal/sdk/v3 v3.2.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-gcp/sdk/v6 v6.62.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi-gcp/sdk/v6 v6.66.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aiven/sdk/v5 ${VERSION} | ||
github.com/pulumi/pulumi-aiven/sdk/v6 ${VERSION} | ||
github.com/pulumi/pulumi/sdk/v3 ${PULUMI_VERSION} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-alicloud/sdk/v3 ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-auth0/sdk/v2 ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-native/sdk ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-azure/sdk/v5 ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-civo/sdk/v2 ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-digitalocean/sdk/v4 ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-equinix-metal/sdk/v3 ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-gcp/sdk/v6 ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-github/sdk/v5 ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi/sdk/v3 ${PULUMI_VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-google-native/sdk ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-kubernetes/sdk/v4 ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-linode/sdk/v3 ${VERSION} | ||
github.com/pulumi/pulumi-linode/sdk/v4 ${VERSION} | ||
github.com/pulumi/pulumi/sdk/v3 ${PULUMI_VERSION} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-oci/sdk ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-openstack/sdk/v3 ${VERSION} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-github/sdk/v5 v5.3.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-google-native/sdk v0.31.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.78.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.84.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi/sdk/v3 v3.75.0 | ||
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.0.3 | ||
) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ${PROJECT} | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-awsx/sdk v1.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.