swarmkit icon indicating copy to clipboard operation
swarmkit copied to clipboard

update go 1.18, update various dependencies

Open thaJeztah opened this issue 2 years ago • 4 comments

let's pick a smaller subset first from https://github.com/moby/swarmkit/pull/3068

thaJeztah avatar Jul 25 '22 15:07 thaJeztah

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

thaJeztah avatar Jul 25 '22 15:07 thaJeztah

Argh.. still

Perhaps it's the go mod tidy that I added?

thaJeztah avatar Jul 25 '22 15:07 thaJeztah

Hmm... not it; perhaps the buster -> bullseye update?

thaJeztah avatar Jul 25 '22 17:07 thaJeztah

Ah, that doesn't make sense, because CI is not using the Dockerfile?

thaJeztah avatar Jul 25 '22 17:07 thaJeztah

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)

thaJeztah avatar Nov 24 '22 15:11 thaJeztah

Thx!

thaJeztah avatar Nov 24 '22 16:11 thaJeztah