File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ use_repo(
252
252
)
253
253
254
254
go_sdk = use_extension ("@rules_go//go:extensions.bzl" , "go_sdk" )
255
- go_sdk .download (version = "1.24rc2 " )
255
+ go_sdk .download (version = "1.24rc3 " )
256
256
257
257
go_deps = use_extension ("@gazelle//:extensions.bzl" , "go_deps" )
258
258
go_deps .from_file (go_mod = "//go/extractor:go.mod" )
Original file line number Diff line number Diff line change 4
4
go-test-version :
5
5
description : Which Go version to use for running the tests
6
6
required : false
7
- default : " 1.24.0-rc.2 "
7
+ default : " 1.24.0-rc.3 "
8
8
run-code-checks :
9
9
description : Whether to run formatting, code and qhelp generation checks
10
10
required : false
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/github/codeql-go/extractor
2
2
3
3
go 1.24
4
4
5
- toolchain go1.24rc2
5
+ toolchain go1.24rc3
6
6
7
7
// when updating this, run
8
8
// bazel run @rules_go//go -- mod tidy
You can’t perform that action at this time.
0 commit comments