Skip to content

Commit

Permalink
Reflect Go 1.21.12 change more broadly
Browse files Browse the repository at this point in the history
Replicate google#1109 more like google#1030 to avoid Renovate failures like google#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 committed Jul 21, 2024
1 parent 50d5280 commit 6fa7edc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22
1.22.12
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 6fa7edc

Please sign in to comment.