1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-23 00:40:46 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
bf9fedb3cf build: use go 1.12 (#124)
* build: use go 1.12

* Update CHANGELOG.md
2019-04-12 11:15:29 +01:00
1c16c2c055 build: fix: configure fails if GOPATH environment variable not set
If the GOPATH enviroment variable was not set, go uses the default
GOPATH (~/go/).

The configure script was only checking if the GOPATH environment
is set. If it wasn't the script was failing.

Instead of checking if the GOPATH environment variable is set, check if
"go env GOPATH" returns a non-emtpy string.
2019-02-25 10:48:19 +01:00
f35efd1e9c build: use go 1.11 2019-01-15 15:57:53 +00:00
d08594436f Update release target 2019-01-14 10:39:21 +00:00
eded761cc1 Fix CI after make introduction 2019-01-04 11:07:45 +00:00
372ecd0cf8 Introduce Makefile 2019-01-04 10:58:30 +00:00