Skip to content

ci: use go 1.16 for deps-check

feistel requested to merge feistel/gitlab-pages:ci/deps-check-1.16 into master

What does this MR do?

Use go 1.16 image when running make deps-check.

After rebasing on master I've noticed make deps-check was failing on my local machine (go 1.16.6). Upon further investigation it turned out the behaviour of go mod tidy changed since go 1.14. See failing pipeline for details.

TODO

Merge request reports