Skip to content

Compile against go 1.14-1.16

Nick Thomas requested to merge update-golang-versions into main

I want to start using testing/T#Cleanup, which is not available in Go 1.13: https://gitlab.com/gitlab-org/gitlab-shell/-/jobs/1094790462

It was introduced in 1.14. Our policy is to support all supported Go releases, which, since the release of 1.16, is 1.14+, so we can just update .gitlab-ci.yml, which this MR does.

Edited by Nick Thomas

Merge request reports