Skip to content

Commit 47eb407

Browse files
committed
Update Go version in stdlib tests
1 parent d73dcd6 commit 47eb407

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go/ql/test/library-tests/semmle/go/frameworks/StdlibTaintFlow/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module example.com/m
22

3-
go 1.20
3+
go 1.23
44

55
require (
66
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# golang.org/x/net v0.0.0-20201010224723-4f7140c49acb
2-
## explicit
3-
golang.org/x/net
2+
## explicit; go 1.11
3+
golang.org/x/net/context

0 commit comments

Comments
 (0)