Skip to content

Commit 1e74b7a

Browse files
committed
Update to 1.24.0
1 parent 228983f commit 1e74b7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ use_repo(
243243
)
244244

245245
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
246-
go_sdk.download(version = "1.24rc3")
246+
go_sdk.download(version = "1.24.0")
247247

248248
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
249249
go_deps.from_file(go_mod = "//go/extractor:go.mod")

go/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
go-test-version:
55
description: Which Go version to use for running the tests
66
required: false
7-
default: "1.24.0-rc.3"
7+
default: "~1.24.0"
88
run-code-checks:
99
description: Whether to run formatting, code and qhelp generation checks
1010
required: false

go/extractor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/github/codeql-go/extractor
22

33
go 1.24
44

5-
toolchain go1.24rc3
5+
toolchain go1.24.0
66

77
// when updating this, run
88
// bazel run @rules_go//go -- mod tidy

0 commit comments

Comments
 (0)