Skip to content

Commit 1cf1873

Browse files
authored
docs(go): fix version (#1986)
1 parent d77dbe8 commit 1cf1873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/vulnerability/languages/golang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Depending on Go versions, the required files are different.
2020
| Version | Required files | Offline | License |
2121
|---------|:--------------:|:-------:|:-------:|
2222
| \>=1.17 | go.mod || - |
23-
| <1.16 | go.mod, go.sum || - |
23+
| <1.17 | go.mod, go.sum || - |
2424

2525
In Go 1.17+ projects, Trivy uses `go.mod` for direct/indirect dependencies.
2626
On the other hand, it uses `go.mod` for direct dependencies and `go.sum` for indirect dependencies in Go 1.16 or less.

0 commit comments

Comments
 (0)