Update Go version in tests to 1.26.0

This commit is contained in:
Jeroen Ketema
2026-01-12 13:24:07 +01:00
committed by Owen Mansel-Chan
parent 8955fd0bf4
commit e00e3a87ff
3 changed files with 4 additions and 4 deletions

View File

@@ -254,7 +254,7 @@ use_repo(
)
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(version = "1.25.7")
go_sdk.download(version = "1.26rc2")
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.25.7"
default: "1.26.0-rc.2"
run-code-checks:
description: Whether to run formatting, code and qhelp generation checks
required: false

View File

@@ -1,8 +1,8 @@
module github.com/github/codeql-go/extractor
go 1.25
go 1.26
toolchain go1.25.7
toolchain go1.26rc2
// when updating this, run
// bazel run @rules_go//go -- mod tidy