Skip to content

Commit

Permalink
fix: renovatebot update golang version in config (#1511)
Browse files Browse the repository at this point in the history
This should unblock #1472 failing to run go mod tidy.
  • Loading branch information
another-rex authored Jan 21, 2025
1 parent 5d8e9c7 commit 4fab586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.22.7+ to be installed.
This requires Go 1.23.5+ 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.22.7"
"go": "1.23.5"
},
"ignorePaths": ["**/fixtures/**", "**/fixtures-go/**"],
"ignoreDeps": ["golang.org/x/vuln"]
Expand Down

0 comments on commit 4fab586

Please sign in to comment.