Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e70fad

Browse files
committed
Bump Go version on test referencing go 1.20 methods
This turned out not to matter for the extractor, but it means we can check the build using `go build`.
1 parent a673610 commit 2e70fad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • go/ql/test/library-tests/semmle/go/frameworks/StdlibTaintFlow

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.14
3+
go 1.20
44

55
require (
66
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb

0 commit comments

Comments
 (0)