From 850291aa58291917b7693f171ddfb62252d7f627 Mon Sep 17 00:00:00 2001 From: Release Bot <107104610+sourcegraph-release-bot@users.noreply.github.com> Date: Thu, 20 Jun 2024 07:36:58 -0700 Subject: [PATCH] [Backport 5.4.5099] chore(tooling): bump Go version to 1.22.4 (#63392) Bump for @evict ## Test plan CI passes with no complaints ## Changelog - Bumped version of Go used to build to 1.22.4
Backport bb178ba729d160d834bf7fcbb4414f0f95e4d0df from #63124 Co-authored-by: Noah S-C --- .tool-versions | 2 +- WORKSPACE | 2 +- dev/ci/images/go.mod | 2 +- go.mod | 2 +- internal/cmd/progress-bot/go.mod | 2 +- lib/go.mod | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.tool-versions b/.tool-versions index 73c1fb4d9d3a..5d85b1cba157 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -golang 1.22.1 +golang 1.22.4 nodejs 20.8.1 fd 8.6.0 shfmt 3.5.0 diff --git a/WORKSPACE b/WORKSPACE index 76f114363006..c1bbf626b62e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -334,7 +334,7 @@ go_rules_dependencies() go_register_toolchains( nogo = "@//:sg_nogo", - version = "1.22.1", + version = "1.22.4", ) linter_dependencies() diff --git a/dev/ci/images/go.mod b/dev/ci/images/go.mod index 929420b258b6..c40191c56676 100644 --- a/dev/ci/images/go.mod +++ b/dev/ci/images/go.mod @@ -1,3 +1,3 @@ module github.com/sourcegraph/sourcegraph/dev/ci/images -go 1.22.1 +go 1.22.4 diff --git a/go.mod b/go.mod index 19a944a8d41a..6271d4a9c307 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sourcegraph/sourcegraph -go 1.22.1 +go 1.22.4 // Permanent replace directives // ============================ diff --git a/internal/cmd/progress-bot/go.mod b/internal/cmd/progress-bot/go.mod index 2de11dc19a46..b06d53461fa0 100644 --- a/internal/cmd/progress-bot/go.mod +++ b/internal/cmd/progress-bot/go.mod @@ -2,7 +2,7 @@ module progress-bot go 1.21 -toolchain go1.22.1 +toolchain go1.22.4 require ( cloud.google.com/go/storage v1.40.0 diff --git a/lib/go.mod b/lib/go.mod index 0ef9fee2c64e..1713551532bb 100644 --- a/lib/go.mod +++ b/lib/go.mod @@ -2,7 +2,7 @@ module github.com/sourcegraph/sourcegraph/lib go 1.22 -toolchain go1.22.1 +toolchain go1.22.4 require ( connectrpc.com/connect v1.16.1