hyperledger / fabric-gateway

Go, Node and Java client API for Hyperledger Fabric v2.4+
https://hyperledger.github.io/fabric-gateway/
Apache License 2.0
145 stars 87 forks source link

Use latest stable Go and Node releases in CI #710

Closed bestbeforetoday closed 2 months ago

bestbeforetoday commented 2 months ago

For GitHub Actions jobs that are not sensitive to the version of Go or Node used, use "stable" or "lts/*" as the version for Go and Node respectively.

Previously the version number was specified explicitly, which requires more ongoing maintenance and conveys less clarity of the intent that the latest stable version should be used.