Unverified Commit 40ffa623 authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files

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
https://github.com/clusternet/clusternet/commit/efe828062e141e8842d06046f3f610624772319f
parent 4a3f7c41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  buildGoModule,
  buildGo123Module,
}:

buildGoModule rec {
buildGo123Module rec {
  pname = "clusternet";
  version = "0.17.3";