How to run meshery-istio (or any adapter, for that matter) in Github workflow (ci.yaml)

@MarioArriaga92 This is due to stale go version used in github secrets. A quick fix will be to replace all instances of {{ secrets.GO_VERSION }} with ‘1.17’

1 Like