clearcontainers / packaging

Packaging data for Clear Containers
11 stars 11 forks source link

go: Define a go version for building packages #208

Closed erick0z closed 6 years ago

erick0z commented 6 years ago

Right now, the go version is hardcoded in the scripts. This commit adds a go_version in the versions.txt file with the latest go release version. This variable is now used across projects in order to build them with the same go version.

Fixes #206

erick0z commented 6 years ago

@jodh-intel :)

jodh-intel commented 6 years ago

Thanks @erick0z!

lgtm

jodh-intel commented 6 years ago

Hi @jcvenegas - could you take a look at this?