Skip to content

Commit

Permalink
Enhancement: Bump go 1.20 variants to 1.20.11
Browse files Browse the repository at this point in the history
Signed-off-by: The Oh Brothers Bot <[email protected]>
  • Loading branch information
theohbrothersbot committed Nov 8, 2023
1 parent 2eff042 commit 2074ec2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion generate/definitions/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"go": {
"versions": [
"1.20.10"
"1.20.11"
],
"versionsChangeScope": "minor",
"versionsNewScript": "Invoke-WebRequest https://api.github.com/repos/golang/go/git/refs/tags | ConvertFrom-Json | % { $_.ref -replace 'refs/tags/go', '' } | ? { $_ -match '^\\d+\\.\\d+\\.\\d+$' } | Sort-Object { [version]$_ } -Descending | ? { [version]$_ -gt [version]'1.20' -and [version]$_ -lt [version]'1.21' } # Alternatively, use: https://go.dev/dl/?mode=json&include=all"
Expand Down

0 comments on commit 2074ec2

Please sign in to comment.