Skip to content

Commit

Permalink
Merge pull request #2532 from carapace-sh/go-version
Browse files Browse the repository at this point in the history
go: update versions
  • Loading branch information
rsteube authored Sep 21, 2024
2 parents 987d70f + a675b70 commit ef612b8
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 ef612b8

Please sign in to comment.