aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. J. Fromberger <michael.j.fromberger@gmail.com>2021-05-26 13:31:33 -0400
committerM. J. Fromberger <michael.j.fromberger@gmail.com>2021-05-26 13:31:33 -0400
commit3a5f3241d98224fc750ab123b38f734a09ebe51d (patch)
treefbffc3d6942ad141fc0f91cfa1006398c6250f23
parent5e021ffb4b6f1ee50f73535559a3ed6227187c07 (diff)
downloadgo-creachadair-shell-3a5f3241d98224fc750ab123b38f734a09ebe51d.tar.gz
Add Go 1.16 to the CI matrix.
-rw-r--r--bitbucket-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index a398cd6..8ff6f73 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -27,3 +27,6 @@ pipelines:
- step:
image: golang:1.15
<<: *Verify
+ - step:
+ image: golang:1.16
+ <<: *Verify