第37节 sealos question


❤️💕💕记录sealosopen in new window开源项目的学习过程。k8s,docker和云原生的学习open in new window。Myblog:http://nsddd.topopen in new window


[TOC]

makefile

make
===========> Building binary image-cri-shim v4.2.0.alpha1 for linux_amd64
===========> Building binary lvscare v4.2.0.alpha1 for linux_amd64
===========> Building binary sealctl v4.2.0.alpha1 for linux_amd64
# github.com/labring/sealos/pkg/client-go/kubernetes
pkg/client-go/kubernetes/healthy.go:86:29: undefined: url.JoinPath
note: module requires Go 1.20
make[1]: *** [scripts/make-rules/golang.mk:60: go.build.linux_amd64.sealctl] Error 2
make: *** [Makefile:58: build] Error 2

END 链接