使用的该库一致的 go1.14 版本
运行的这个文件:
https://github.com/qiniu/go-sdk/blob/master/examples/create_uptoken.go
报错是: ../.goPath/pkg/mod/modernc.org/[email protected]/fileutil.go:12:2: package io/fs is not in GOROOT (.../1.14.15/src/io/fs)
Google 了,也 kimi 了,没弄明白。 请教社区大神
1
setsunakute 49 天前
io/fs 这个包是 golang 1.16 才有的, 升级一下 golang 版本
|
2
crackidz 49 天前
你的 Go 版本太低了
|
3
bv 49 天前
fileutil 的 go.mod 要求是 go1.20
https://gitlab.com/cznic/fileutil/-/blob/master/go.mod?ref_type=heads#L3 |
4
OpenYanxi OP 明白啦~ 感谢各位大佬
顺便吐槽下这个最新的这个 7.22 的发布, 咋通过 ci-test 的各个 go 版本的测试的... https://github.com/qiniu/go-sdk/commit/e972184aab66706a12a2c6fd190b441739c7df9d |