Skip to content

Drop Go v1.12 support

Igor Drozdov requested to merge id-drop-go-1-12 into master

We officially use Go v1.13+ for everything (https://docs.gitlab.com/ee/install/requirements.html#go-versions), and dropping Go v1.12 allows us to use new methods such as http.NewRequestWithContext and https://golang.org/pkg/testing/#B.ReportMetric which we couldn't use before: https://gitlab.com/gitlab-org/gitlab-workhorse/-/blob/master/internal/lsif_transformer/parser/performance_test.go#L29

Merge request reports