aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. J. Fromberger <michael.j.fromberger@gmail.com>2020-08-27 07:23:19 -0700
committerM. J. Fromberger <michael.j.fromberger@gmail.com>2020-08-27 07:23:19 -0700
commit18d6290bf107bf085609169659f5f889d5cb6ac7 (patch)
tree82e43ed6a74c61a0b4090a83b54a8c899c8195f6
parent76de3fdd83b50e20b3a97f96a725353c6c48bcee (diff)
downloadgo-creachadair-shell-18d6290bf107bf085609169659f5f889d5cb6ac7.tar.gz
Add Go 1.15 to the CI config.
-rw-r--r--bitbucket-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
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