-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
None
-
False
-
-
We merge a dependency bot commit that updated some golang dependencies and now all the maistra test runs are failing:
https://github.com/maistra/maistra-test-tool/pull/374/files
We can see that the log message is:
/root/go/pkg/mod/golang.org/x/sys@v0.5.0/unix/syscall.go:83:16: undefined: unsafe.Slice /root/go/pkg/mod/golang.org/x/sys@v0.5.0/unix/syscall_linux.go:2271:9: undefined: unsafe.Slice /root/go/pkg/mod/golang.org/x/sys@v0.5.0/unix/syscall_unix.go:118:7: undefined: unsafe.Slice /root/go/pkg/mod/golang.org/x/sys@v0.5.0/unix/sysvshm_unix.go:33:7: undefined: unsafe.Slice note: module requires Go 1.17 FAIL github.com/maistra/maistra-test-tool/tests [build failed]
So we need to update golang version on DockerFile