From 70c6b719c20e3edc659198acfdf6f6771bf6cc8f Mon Sep 17 00:00:00 2001
From: John Mason <9717668-johnmason@users.noreply.gitlab.com>
Date: Mon, 3 Jun 2024 20:53:19 +0000
Subject: [PATCH] Apply 3 suggestion(s) to 2 file(s)

Co-authored-by: Ash McKenzie <amckenzie@gitlab.com>
---
 .gitlab-ci.yml   | 2 +-
 workhorse/go.mod | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae0f98192bf64..f150c57c84a35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -183,7 +183,7 @@ variables:
   DOCKER_VERSION: "24.0.5"
   RUBYGEMS_VERSION: "3.4"
   BUNDLER_VERSION: "2.5"
-  GO_VERSION: "1.21"
+  GO_VERSION: "1.22"
   NODE_VERSION: "20.12"
   RUST_VERSION: "1.73"
 
diff --git a/workhorse/go.mod b/workhorse/go.mod
index 1646fa776b751..6a0fec2697424 100644
--- a/workhorse/go.mod
+++ b/workhorse/go.mod
@@ -2,7 +2,7 @@ module gitlab.com/gitlab-org/gitlab/workhorse
 
 go 1.21
 
-toolchain go1.21.9
+toolchain go1.22.3
 
 require (
 	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2
-- 
GitLab