Skip to content

Commit 4dead2b

Browse files
committed
Go: Use 1.23 for extractor
1 parent ca796b0 commit 4dead2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go/extractor/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/github/codeql-go/extractor
22

3-
go 1.22.0
3+
go 1.23
4+
5+
toolchain go1.23.0
46

57
// when updating this, run
68
// bazel run @rules_go//go -- mod tidy

0 commit comments

Comments
 (0)