-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bump nitric providers to 1.0.5 and upgrade core dep (#693)
* fix: bump nitric provider versions to 1.0.5 * bump go.mod
- Loading branch information
1 parent
175a4bb
commit ae21790
Showing
5 changed files
with
8 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# The nitric provider to use | ||
provider: nitric/[email protected].0 | ||
provider: nitric/[email protected].5 | ||
# The target aws region to deploy to | ||
# See available regions: | ||
# https://docs.aws.amazon.com/general/latest/gr/lambda-service.html | ||
|
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 @@ | ||
# The provider to use and it's published version | ||
# See releases: | ||
# https://github.com/nitrictech/nitric/tags | ||
provider: nitric/[email protected].0 | ||
provider: nitric/[email protected].5 | ||
# The target Azure region to deploy to | ||
# See available regions: | ||
# https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=container-apps | ||
|
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,8 @@ | ||
|
||
# The provider to use and it's published version | ||
# See releases: | ||
# https://github.com/nitrictech/nitric/tags | ||
provider: nitric/[email protected].0 | ||
provider: nitric/[email protected].5 | ||
|
||
# The target GCP region to deploy to | ||
# See available regions: | ||
|