-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(GO): fix type mismatch for nested args (#515)
In a previous PR the assumed type of nested arg was a map with string keys and interface typed values which raised mismatch error. This PR fixes it by asserting keys to be of type interface as well. fix(GO): fix type mismatch error fix(CLI): retrigger release for GO
- Loading branch information
1 parent
8ec6595
commit fca7edb
Showing
3 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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