swarmkit
swarmkit copied to clipboard
update go 1.18, update various dependencies
let's pick a smaller subset first from https://github.com/moby/swarmkit/pull/3068
still failing 😞 - let's remove some more
go: downloading github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
cp: cannot stat '/home/circleci/.go_workspace:/usr/local/go_workspace/pkg/mod/github.com/gogo/[email protected]/protobuf': No such file or directory
make: *** [direct.mk:146: go-mod-vendor] Error 1
Argh.. still
Perhaps it's the go mod tidy
that I added?
Hmm... not it; perhaps the buster
-> bullseye
update?
Ah, that doesn't make sense, because CI is not using the Dockerfile?
Looks like the rexray fork needs to be updated if we want to update CSI to v1.5.0;
vendor/github.com/rexray/gocsi/mock/service/service.go:54:9: cannot use s (variable of type *service) as type Service in return statement:
*service does not implement Service (missing ControllerGetVolume method)
Thx!