aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. J. Fromberger <michael.j.fromberger@gmail.com>2023-01-21 09:15:15 -0800
committerM. J. Fromberger <michael.j.fromberger@gmail.com>2023-01-21 09:15:15 -0800
commit7b76b94463b4194fd1b290cceec2126578a15dbd (patch)
treec94e22ea86706330b1e7f62ebec3ec3a597d0a22
parentd00b7d2dff83109471e1a8c0551fa0922c4c67fa (diff)
downloadgo-creachadair-stringset-7b76b94463b4194fd1b290cceec2126578a15dbd.tar.gz
Update Go toolchain versions in CI.
-rw-r--r--bitbucket-pipelines.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 8acd906..9a12ca0 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -16,8 +16,11 @@ definitions:
pipelines:
default: # run on each push
- step:
- image: golang:1.16
+ image: golang:1.17
<<: *Verify
- step:
- image: golang:1.17
+ image: golang:1.18
+ <<: *Verify
+ - step:
+ image: golang:1.19
<<: *Verify