Go: Update to 1.27

This commit is contained in:
Jeroen Ketema
2026-06-24 11:08:57 +02:00
parent 53cae687f7
commit 076f53ea93
3 changed files with 4 additions and 4 deletions

View File

@@ -273,7 +273,7 @@ use_repo(
)
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(version = "1.26.4")
go_sdk.download(version = "1.27rc1")
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.26.4"
default: "1.27.0-rc.1"
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.26
go 1.27
toolchain go1.26.4
toolchain go1.27rc1
// when updating this, run
// bazel run @rules_go//go -- mod tidy