зеркало из https://github.com/github/codeql.git
Go: Bump everything to 1.23.1
This commit is contained in:
Родитель
9aeaae6068
Коммит
772bc9b5c8
|
@ -153,7 +153,7 @@ use_repo(
|
|||
)
|
||||
|
||||
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
|
||||
go_sdk.download(version = "1.23.0")
|
||||
go_sdk.download(version = "1.23.1")
|
||||
|
||||
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
|
||||
go_deps.from_file(go_mod = "//go/extractor:go.mod")
|
||||
|
|
|
@ -4,7 +4,7 @@ inputs:
|
|||
go-test-version:
|
||||
description: Which Go version to use for running the tests
|
||||
required: false
|
||||
default: "~1.23.0"
|
||||
default: "~1.23.1"
|
||||
run-code-checks:
|
||||
description: Whether to run formatting, code and qhelp generation checks
|
||||
required: false
|
||||
|
|
|
@ -2,7 +2,7 @@ module github.com/github/codeql-go/extractor
|
|||
|
||||
go 1.23
|
||||
|
||||
toolchain go1.23.0
|
||||
toolchain go1.23.1
|
||||
|
||||
// when updating this, run
|
||||
// bazel run @rules_go//go -- mod tidy
|
||||
|
|
Загрузка…
Ссылка в новой задаче