Skip to content

Commit

Permalink
go: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Sep 18, 2024
1 parent f59149a commit a675b70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/actions/tools/golang/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import (
func ActionVersions() carapace.Action {
// https://go.dev/doc/devel/release
return carapace.ActionValuesDescribed(
"1.23.0", "2024-08-13",
"1.22.0", "2024-02-06",
"1.21.0", "2023-08-08",
"1.20", "2023-02-01",
"1.19", "2022-08-02",
"1.18", "2022-03-15",
Expand All @@ -32,5 +35,5 @@ func ActionVersions() carapace.Action {
"1.2", "2013-12-01",
"1.1", "2013-05-13",
"1", "2012-03-28",
)
).Tag("go versions").Uid("go", "version")
}

0 comments on commit a675b70

Please sign in to comment.