mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
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:
parent
9185da3c3e
commit
bb178ba729
@ -1,4 +1,4 @@
|
||||
golang 1.22.1
|
||||
golang 1.22.4
|
||||
nodejs 20.8.1
|
||||
fd 8.6.0
|
||||
shfmt 3.5.0
|
||||
|
||||
@ -334,7 +334,7 @@ go_rules_dependencies()
|
||||
|
||||
go_register_toolchains(
|
||||
nogo = "@//:sg_nogo",
|
||||
version = "1.22.1",
|
||||
version = "1.22.4",
|
||||
)
|
||||
|
||||
linter_dependencies()
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module github.com/sourcegraph/sourcegraph/dev/ci/images
|
||||
|
||||
go 1.22.1
|
||||
go 1.22.4
|
||||
|
||||
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
||||
module github.com/sourcegraph/sourcegraph
|
||||
|
||||
go 1.22.1
|
||||
go 1.22.4
|
||||
|
||||
// Permanent replace directives
|
||||
// ============================
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user