aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. J. Fromberger <michael.j.fromberger@gmail.com>2021-11-12 19:06:42 -0800
committerM. J. Fromberger <michael.j.fromberger@gmail.com>2021-11-12 19:06:42 -0800
commitbbc857dd136ca00c5f8646380181ef8cf7b31f16 (patch)
tree27fdbbb7a423dea271b497113f32e6da77fd4bbd
parentde121ca4c84ca0bb2ea631506833c7dca2be2586 (diff)
downloadgo-creachadair-shell-bbc857dd136ca00c5f8646380181ef8cf7b31f16.tar.gz
Update Go toolchain version to 1.16.
-rw-r--r--bitbucket-pipelines.yml12
-rw-r--r--go.mod2
2 files changed, 1 insertions, 13 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 30bdba0..8acd906 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -16,18 +16,6 @@ definitions:
pipelines:
default: # run on each push
- step:
- image: golang:1.12
- <<: *Verify
- - step:
- image: golang:1.13
- <<: *Verify
- - step:
- image: golang:1.14
- <<: *Verify
- - step:
- image: golang:1.15
- <<: *Verify
- - step:
image: golang:1.16
<<: *Verify
- step:
diff --git a/go.mod b/go.mod
index d6763f2..77f93f3 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
module bitbucket.org/creachadair/shell
-go 1.12
+go 1.16
require github.com/google/go-cmp v0.5.6