aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. J. Fromberger <michael.j.fromberger@gmail.com>2021-08-20 10:34:15 -0700
committerM. J. Fromberger <michael.j.fromberger@gmail.com>2021-08-20 10:34:15 -0700
commitde121ca4c84ca0bb2ea631506833c7dca2be2586 (patch)
treebe82240ead2ad725bad3e78dc14c4384561a6b9e
parent0f6d86786021a2f32307c745ca36eb77d137f947 (diff)
downloadgo-creachadair-shell-de121ca4c84ca0bb2ea631506833c7dca2be2586.tar.gz
Add Go 1.17 to the CI pipeline.
-rw-r--r--bitbucket-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 8ff6f73..30bdba0 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -30,3 +30,6 @@ pipelines:
- step:
image: golang:1.16
<<: *Verify
+ - step:
+ image: golang:1.17
+ <<: *Verify