diff options
Diffstat (limited to 'internal/rosa/go.go')
| -rw-r--r-- | internal/rosa/go.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/go.go b/internal/rosa/go.go index f448d20c..2bde38c0 100644 --- a/internal/rosa/go.go +++ b/internal/rosa/go.go @@ -166,9 +166,7 @@ rm \ ), version } func init() { - native.MustRegister(&Artifact{ - f: Toolchain.newGoLatest, - + native.mustRegister(Toolchain.newGoLatest, &Metadata{ Name: "go", Description: "the Go programming language toolchain", Website: "https://go.dev/", |
