From 18d6290bf107bf085609169659f5f889d5cb6ac7 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Thu, 27 Aug 2020 07:23:19 -0700 Subject: Add Go 1.15 to the CI config. --- bitbucket-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index c043207..a398cd6 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -24,3 +24,6 @@ pipelines: - step: image: golang:1.14 <<: *Verify + - step: + image: golang:1.15 + <<: *Verify -- cgit v1.2.3