aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. J. Fromberger <michael.j.fromberger@gmail.com>2023-12-19 17:32:19 -0800
committerM. J. Fromberger <michael.j.fromberger@gmail.com>2023-12-19 17:32:19 -0800
commite395e2d7c36a2a3a0e9d23cb294f07845b8d87f0 (patch)
treefec9b8a4fa9dd3e1b0bd067af0cd5c1b84e0c32b
parent4d5a8a897555834a5b98ed88e8e4c2c5419665ea (diff)
downloadgo-creachadair-shell-upstream-master.tar.gz
Update pipeline toolchain versions.upstream-master
-rw-r--r--bitbucket-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 8acd906..f83adb0 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -16,8 +16,8 @@ definitions:
pipelines:
default: # run on each push
- step:
- image: golang:1.16
+ image: golang:1.20
<<: *Verify
- step:
- image: golang:1.17
+ image: golang:1.21
<<: *Verify