seaweedfs / seaweedfs-csi-driver

SeaweedFS CSI Driver https://github.com/seaweedfs/seaweedfs
Apache License 2.0
220 stars 50 forks source link

Workaround link errors in CI until golang 1.20 #82

Closed i404788 closed 2 years ago

i404788 commented 2 years ago

Currently the github actions are broken due to a pending issue in golang 1.19 that will be fixed in golan 1.20, workaround is already available by overriding CGO_CFLAGS. See https://github.com/golang/go/issues/54313