You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to docs on main page, Go 1.11 is minimum. I have tried to build it with Debian's current version (1.11.6) and get
-> ᛯ go install
# github.com/gohugoio/hugo/tpl/internal/go_templates/fmtsort
tpl/internal/go_templates/fmtsort/sort.go:58:18: mapValue.MapRange undefined (type reflect.Value has no field or method MapRange)
note: module requires Go 1.12
I have bisected it and the offending commit is 167c015 and the preceding 4c80431 is last working version. It appears that the forked template module was from later go version ?
The text was updated successfully, but these errors were encountered:
According to docs on main page, Go 1.11 is minimum. I have tried to build it with Debian's current version (1.11.6) and get
I have bisected it and the offending commit is 167c015 and the preceding 4c80431 is last working version. It appears that the forked template module was from later go version ?
The text was updated successfully, but these errors were encountered: