Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Alternatively, you can install this from source by running:
go install github.com/google/osv-scanner/cmd/osv-scanner@v1
```

This requires Go 1.21.11+ to be installed.
This requires Go 1.21.12+ to be installed.

## Build from source

Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"constraints": {
"go": "1.21.11"
"go": "1.21.12"
},
"ignorePaths": ["**/fixtures/**", "**/fixtures-go/**"],
"ignoreDeps": ["golang.org/x/vuln"]
Expand Down