You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build Go bindings using an unreleased version of jsii-pacmak (e.g. in the jsii integ tests), the generated local.go.mod points to a non-existent version of github.com/aws/jsii-runtime-go.
This results in the following error (requires -vvv):
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
🐛 Bug Report
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)Go
General Information
What is the problem?
When trying to build Go bindings using an unreleased version of jsii-pacmak (e.g. in the jsii integ tests), the generated
local.go.mod
points to a non-existent version ofjackfan.us.kg/aws/jsii-runtime-go
.This results in the following error (requires
-vvv
):There is an additional error but it seems like a red herring:
We need the logic that generates the
local.go.mod
file to add areplace
directive which points to the non-released version.The text was updated successfully, but these errors were encountered: