Skip to content

Commit

Permalink
Change golang dep to semver-coerced
Browse files Browse the repository at this point in the history
Google switched back to including a 0 in the goversion, let's coerce our version to semver to stay in line

Signed-off-by: Brady Siegel <[email protected]>
  • Loading branch information
bmsiegel authored Oct 19, 2023
1 parent 1b3b779 commit 86bfdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"depNameTemplate": "golang",
"depTypeTemplate": "stage",
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
"versioningTemplate": "semver-coerced"
}
],
"vulnerabilityAlerts": {
Expand Down

0 comments on commit 86bfdf9

Please sign in to comment.