IBM / networking-go-sdk

IBM Cloud Networking Services Go SDK
Apache License 2.0
9 stars 11 forks source link

Travis build failing #121

Closed arpit-srivastava-ibm closed 1 year ago

arpit-srivastava-ibm commented 1 year ago

Describe the bug It is noted that Travis build is failing due to versioning issue. The build uses semantic-release which has recently updated the minimum Node version in their latest release - https://github.com/semantic-release/semantic-release/blob/master/docs/support/node-version.md. The expected Node version is that of 18.0.0 or higher, and we currently use v14.0.0. Hence, causing build failure.

To Reproduce All the builds after a PR merge result in Travis build. The deployment failure can be found at the bottom of the build logs.

Expected behavior As test cases pass, the build should not fail only because of deployment issues. Hence, need to upgrade the Node version right away.

Screenshots

image

Must gather (please complete the following information):

Additional context Need to update the Node version right away.

arpit-srivastava-ibm commented 1 year ago

Update the Node version to 18.0.0 here - https://github.com/IBM/networking-go-sdk/pull/120, but build still failing for other reasons. Screenshot shared -

image
arpit-srivastava-ibm commented 1 year ago

To resolve the GLIBC error, planning to update the dist to focal beta - https://github.com/IBM/networking-go-sdk/pull/122

arpit-srivastava-ibm commented 1 year ago

https://github.com/IBM/networking-go-sdk/pull/122 resulted in successful Travis build, and hence resulted in the prod release.