Replies: 1 comment
-
Can someone kindly help out with this please? /cc @NGL321 , @RomainMuller |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
❓ Guidance
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)Go
General Information
The Question
I was experimenting with enabling Golang support for my existing jsii package - here are the changes I made to attempt this:
https://github.com/kollavarsham/kollavarsham-js/pull/579/files
Unfortunately, the
npm run package
command fails on the CI build (running as a GitHub Action), even though it succeeds locally on my machine.This is the error that I am seeing on the GitHub action:
Looks like this could be more about how I might be missing something on my GitHub action's setup - can someone knowledgeable in jsii and Go offer some advice to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions