File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ use_repo(
276276)
277277
278278go_sdk = use_extension ("@rules_go//go:extensions.bzl" , "go_sdk" )
279- go_sdk .download (version = "1.26.4 " )
279+ go_sdk .download (version = "1.26.5 " )
280280
281281go_deps = use_extension ("@gazelle//:extensions.bzl" , "go_deps" )
282282go_deps .from_file (go_mod = "//go/extractor:go.mod" )
Original file line number Diff line number Diff line change 44 go-test-version :
55 description : Which Go version to use for running the tests
66 required : false
7- default : " ~1.26.4 "
7+ default : " ~1.26.5 "
88 run-code-checks :
99 description : Whether to run formatting, code and qhelp generation checks
1010 required : false
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/github/codeql-go/extractor
22
33go 1.26
44
5- toolchain go1.26.4
5+ toolchain go1.26.5
66
77// when updating this, run
88// bazel run @rules_go//go -- mod tidy
You can’t perform that action at this time.
0 commit comments