Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,14 @@ ignore = true

# ... and so on
```

## Go Version Override

Use the `GoVersionOverride` key to override the Go version used for scanning. This is useful when the scanner fails to detect the correct Go version or when you want to force a specific version.

### Example

```toml
# Do not add a prefix (e.g. go1.20.0 is just 1.20.0)
GoVersionOverride = "1.20.0"
Comment thread
another-rex marked this conversation as resolved.
```
Loading