commit | de121ca4c84ca0bb2ea631506833c7dca2be2586 | [log] [tgz] |
---|---|---|
author | M. J. Fromberger <michael.j.fromberger@gmail.com> | Fri Aug 20 10:34:15 2021 -0700 |
committer | M. J. Fromberger <michael.j.fromberger@gmail.com> | Fri Aug 20 10:34:15 2021 -0700 |
tree | be82240ead2ad725bad3e78dc14c4384561a6b9e | |
parent | 0f6d86786021a2f32307c745ca36eb77d137f947 [diff] |
Add Go 1.17 to the CI pipeline.
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 @@ - step: image: golang:1.16 <<: *Verify + - step: + image: golang:1.17 + <<: *Verify