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

@@ -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