oauth2_proxy: pin to go 1.15
This commit is contained in:
parent
99f4524c5f
commit
d8da3220c0
@ -18097,7 +18097,9 @@ in
|
||||
|
||||
nsq = callPackage ../servers/nsq { };
|
||||
|
||||
oauth2_proxy = callPackage ../servers/oauth2_proxy { };
|
||||
oauth2_proxy = callPackage ../servers/oauth2_proxy {
|
||||
buildGoModule = buildGo115Module;
|
||||
};
|
||||
|
||||
openbgpd = callPackage ../servers/openbgpd { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user