From 283848eebe70be8bc0c71cd2a4aea727c6dc26ec Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 22 Jul 2020 00:04:39 -0700 Subject: Drop Go v1.12 support 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`. --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0186f0..7c19c34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ workflow: - if: '$CI_COMMIT_TAG' default: - image: golang:1.12 + image: golang:1.13 tags: - gitlab-org @@ -46,10 +46,6 @@ default: script: - make verify test -go:1.12: - extends: .test - image: golang:1.12 - go:1.13: extends: .test image: golang:1.13 -- cgit v1.2.1