Update to 1.24.0

This commit is contained in:
Owen Mansel-Chan
2025-02-11 21:44:39 +00:00
parent 228983ff0c
commit 1e74b7af75
3 changed files with 3 additions and 3 deletions

View File

@@ -243,7 +243,7 @@ use_repo(
)
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(version = "1.24rc3")
go_sdk.download(version = "1.24.0")
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//go/extractor:go.mod")

View File

@@ -4,7 +4,7 @@ inputs:
go-test-version:
description: Which Go version to use for running the tests
required: false
default: "1.24.0-rc.3"
default: "~1.24.0"
run-code-checks:
description: Whether to run formatting, code and qhelp generation checks
required: false

View File

@@ -2,7 +2,7 @@ module github.com/github/codeql-go/extractor
go 1.24
toolchain go1.24rc3
toolchain go1.24.0
// when updating this, run
// bazel run @rules_go//go -- mod tidy