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:
Kenichi Kamiya 2025-05-03 15:04:08 +09:00
parent 4a3f7c41c0
commit 40ffa62369
No known key found for this signature in database
GPG key ID: 9BE4016A38165CCB

View file

@ -1,10 +1,10 @@
{
lib,
fetchFromGitHub,
buildGoModule,
buildGo123Module,
}:
buildGoModule rec {
buildGo123Module rec {
pname = "clusternet";
version = "0.17.3";