build: go 1.24
We were running behind and there were quite some deprecations to update. This was mostly in the upstream copy/pasta package but seems quite minimal.
This commit is contained in:
2
vendor/github.com/muesli/termenv/templatehelper.go
generated
vendored
2
vendor/github.com/muesli/termenv/templatehelper.go
generated
vendored
@ -10,6 +10,8 @@ func (o Output) TemplateFuncs() template.FuncMap {
|
||||
}
|
||||
|
||||
// TemplateFuncs contains a few useful template helpers.
|
||||
//
|
||||
//nolint:mnd
|
||||
func TemplateFuncs(p Profile) template.FuncMap {
|
||||
if p == Ascii {
|
||||
return noopTemplateFuncs
|
||||
|
Reference in New Issue
Block a user