Skip to content

Commit

Permalink
Reflect Go 1.21.12 change more broadly (#1133)
Browse files Browse the repository at this point in the history
Replicate #1109 more like #1030 to avoid Renovate failures like
#1120 (comment)

The Docker files are already at 1.22.5, not sure if we want to update to
this globally?
  • Loading branch information
andrewpollock authored Jul 22, 2024
1 parent 21b8d6d commit d9eccf2
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.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

0 comments on commit d9eccf2

Please sign in to comment.