chore(tooling): bump Go version to 1.22.4 (#63124)

Bump for @evict 

## Test plan

CI passes with no complaints

## Changelog

- Bumped version of Go used to build to 1.22.4
This commit is contained in:
Noah S-C 2024-06-06 16:19:03 +01:00 committed by GitHub
parent 9185da3c3e
commit bb178ba729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
golang 1.22.1
golang 1.22.4
nodejs 20.8.1
fd 8.6.0
shfmt 3.5.0

View File

@ -334,7 +334,7 @@ go_rules_dependencies()
go_register_toolchains(
nogo = "@//:sg_nogo",
version = "1.22.1",
version = "1.22.4",
)
linter_dependencies()

View File

@ -1,3 +1,3 @@
module github.com/sourcegraph/sourcegraph/dev/ci/images
go 1.22.1
go 1.22.4

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/sourcegraph/sourcegraph
go 1.22.1
go 1.22.4
// Permanent replace directives
// ============================

View File

@ -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

View File

@ -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