aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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