Update to rc2

This commit is contained in:
Owen Mansel-Chan
2025-01-17 08:22:09 +00:00
parent cc459cd80e
commit b328d15742
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.24rc1")
go_sdk.download(version = "1.24rc2")
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.1"
default: "1.24.0-rc.2"
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.24rc1
toolchain go1.24rc2
// when updating this, run
// bazel run @rules_go//go -- mod tidy