SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Allow overriding used go binary in recipes #106

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

Allows to quickly run recipes with a different go version:

go get golang.org/dl/go1.14.2
go1.14.2 download
make integration-go GO=go1.14.2
...

How was the patch tested?

See above.