Skip to content

Commit 8897f3c

Browse files
Go: Update to 1.27.1
1 parent f7caf55 commit 8897f3c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ use_repo(
305305
)
306306

307307
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
308-
go_sdk.download(version = "1.27.0")
308+
go_sdk.download(version = "1.27.1")
309309

310310
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
311311
go_deps.from_file(go_mod = "//go/extractor:go.mod")

go/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
go-test-version:
55
description: Which Go version to use for running the tests
66
required: false
7-
default: "~1.27.0"
7+
default: "~1.27.1"
88
run-code-checks:
99
description: Whether to run qhelp generation checks
1010
required: false

go/extractor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/github/codeql-go/extractor
22

33
go 1.27
44

5-
toolchain go1.27.0
5+
toolchain go1.27.1
66

77
// when updating this, run
88
// bazel run @rules_go//go -- mod tidy

0 commit comments

Comments
 (0)