diff --git a/.ci/pipeline_definitions b/.ci/pipeline_definitions index b24e1e9d..d2e2c909 100644 --- a/.ci/pipeline_definitions +++ b/.ci/pipeline_definitions @@ -26,11 +26,11 @@ dependency-watchdog: dockerfile: 'Dockerfile' steps: check: - image: 'golang:1.22.6' + image: 'golang:1.22.2' test-unit: - image: 'golang:1.22.6' + image: 'golang:1.22.2' build: - image: 'golang:1.22.6' + image: 'golang:1.22.2' output_dir: 'binary' jobs: head-update: