Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit bb178ba

Browse files
authored
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
1 parent 9185da3 commit bb178ba

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: .tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
golang 1.22.1
1+
golang 1.22.4
22
nodejs 20.8.1
33
fd 8.6.0
44
shfmt 3.5.0

Diff for: WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ go_rules_dependencies()
334334

335335
go_register_toolchains(
336336
nogo = "@//:sg_nogo",
337-
version = "1.22.1",
337+
version = "1.22.4",
338338
)
339339

340340
linter_dependencies()

Diff for: dev/ci/images/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/sourcegraph/sourcegraph/dev/ci/images
22

3-
go 1.22.1
3+
go 1.22.4

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sourcegraph/sourcegraph
22

3-
go 1.22.1
3+
go 1.22.4
44

55
// Permanent replace directives
66
// ============================

Diff for: internal/cmd/progress-bot/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module progress-bot
22

33
go 1.21
44

5-
toolchain go1.22.1
5+
toolchain go1.22.4
66

77
require (
88
cloud.google.com/go/storage v1.40.0

Diff for: lib/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/sourcegraph/sourcegraph/lib
22

33
go 1.22
44

5-
toolchain go1.22.1
5+
toolchain go1.22.4
66

77
require (
88
connectrpc.com/connect v1.16.1

0 commit comments

Comments
 (0)