This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/scripts
Eric Chiang 18bbd94fba *: check go version before building
Add a script to check the Go version before building dex. This
gives a nice error message rather than just failing to compile.

With changes:

    $ go version
    go version go1.6.4 linux/amd64
    $ make
    ERROR: dex requires Go version 1.7+. Please update your Go installation: https://golang.org/dl/
    Makefile:93: recipe for target 'check-go-version' failed
    make: *** [check-go-version] Error 2

Checks only added for building the actual binary, not tests, since
this is aimed at users just starting off with the project.
2016-12-13 12:03:27 -08:00
..
build-aci *: prepare build scripts for a release 2016-10-05 23:43:44 -07:00
check-go-version *: check go version before building 2016-12-13 12:03:27 -08:00
get-protoc scripts: fix get-protoc script to work directly after a clean 2016-10-27 14:35:38 -07:00
git-version *: properly compile version into docker images 2016-10-13 17:58:40 -07:00
rkt-build *: update travis to use Go 1.7.4. 2016-12-01 20:28:21 -08:00