summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-23 09:25:59 -0600
committermo khan <mo@mokhan.ca>2025-05-23 09:25:59 -0600
commitc6e9f1ddd13fbbe354f339f0cf2b266ad15a065e (patch)
tree2dcb592bff908a591827661a811f0eea61159bcb /.gitlab-ci.yml
parent77afd54f19a5c7ad4417c4db687e257900b0e6c3 (diff)
chore: upgrade to go 1.24.3
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33c2f51..5fd38e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ unit:
script:
- go test ./...
integration:
- image: golang:1.24.0
+ image: golang:1.24.3
stage: test
needs:
- build image