Skip to content

Commit

Permalink
[Backport 5.4.5099] chore(tooling): bump Go version to 1.22.4 (#63392)
Browse files Browse the repository at this point in the history
Bump for @evict 

## Test plan

CI passes with no complaints

## Changelog

- Bumped version of Go used to build to 1.22.4
 <br> Backport bb178ba from #63124

Co-authored-by: Noah S-C <[email protected]>
  • Loading branch information
sourcegraph-release-bot and Strum355 committed Jun 20, 2024
1 parent 3458e82 commit 850291a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang 1.22.1
golang 1.22.4
nodejs 20.8.1
fd 8.6.0
shfmt 3.5.0
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ go_rules_dependencies()

go_register_toolchains(
nogo = "@//:sg_nogo",
version = "1.22.1",
version = "1.22.4",
)

linter_dependencies()
Expand Down
2 changes: 1 addition & 1 deletion dev/ci/images/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/sourcegraph/sourcegraph/dev/ci/images

go 1.22.1
go 1.22.4
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sourcegraph/sourcegraph

go 1.22.1
go 1.22.4

// Permanent replace directives
// ============================
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/progress-bot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 850291a

Please sign in to comment.