You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make generate-licenses fails with go mod go 1.23.0
W0115 22:04:16.095548 13843 library.go:101] "github.com/klauspost/cpuid" contains non-Go code that can't be inspected for further dependencies:
/home/jenkins/go/pkg/mod/github.com/klauspost/[email protected]/cpuid_amd64.s
E0115 22:04:16.908003 13843 library.go:117] Package expvar does not have module info. Non go modules projects are no longer supported. For feedback, refer to https://github.com/google/go-licenses/issues/128.
E0115 22:04:17.004589 13843 library.go:117] Package runtime/metrics does not have module info. Non go modules projects are no longer supported. For feedback, refer to https://github.com/google/go-licenses/issues/128.
E0115 22:04:17.293032 13843 library.go:117] Package database/sql does not have module info. Non go modules projects are no longer supported. For feedback, refer to https://github.com/google/go-licenses/issues/128.
W0115 22:04:18.735358 13843 library.go:101] "github.com/aregm/cpuid" contains non-Go code that can't be inspected for further dependencies:
/home/jenkins/go/pkg/mod/github.com/aregm/[email protected]/cpuidlow_amd64.s
F0115 22:04:18.833290 13843 main.go:77] some errors occurred when loading direct and transitive dependency packages
make: *** [Makefile:1272: generate-licenses] Error 1
Build step 'Execute shell' marked build as failure
[WS-CLEANUP] Deleting project workspace...
make generate-licenses fails with go mod go 1.23.0
so I had to downgraade it
#20270
we need to fix that after release and bump back to oldest k8s, since the apimachinary needs newest golang
The text was updated successfully, but these errors were encountered: