Skip to content

Commit

Permalink
upgrage @autorest/go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere committed Jul 20, 2023
1 parent a789c25 commit 6355ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/scripts/MgmtTestLib.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function Invoke-MgmtTestgen ()
[string]$autorestPath = "",
[string]$config = "autorest.md",
[string]$autorestVersion = "3.8.2",
[string]$goExtension = "@autorest/go@4.0.0-preview.48",
[string]$goExtension = "@autorest/go@4.0.0-preview.51",
[string]$testExtension = "@autorest/gotest@4.6.1",
[string]$outputFolder
)
Expand Down
2 changes: 1 addition & 1 deletion eng/scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ param(
[switch]$alwaysSetBodyParamRequired,
[switch]$removeUnreferencedTypes,
[string]$config = "autorest.md",
[string]$goExtension = "@autorest/go@4.0.0-preview.48",
[string]$goExtension = "@autorest/go@4.0.0-preview.51",
[string]$filePrefix,
[string]$outputFolder
)
Expand Down

0 comments on commit 6355ac8

Please sign in to comment.