mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
clusternet: downgrade go version to fix build
Using latest go makes following error
```
panic: inlined function github.com/clusternet/clusternet/pkg/hub/apiserver/shadow.(*crdHandler).addStorage.func9.1 missing func info
```
It might be fixed in 0.18.1 or later
efe828062e
This commit is contained in:
parent
4a3f7c41c0
commit
40ffa62369
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
buildGoModule,
|
buildGo123Module,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGo123Module rec {
|
||||||
pname = "clusternet";
|
pname = "clusternet";
|
||||||
version = "0.17.3";
|
version = "0.17.3";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue