grim/convey

Update the build image to go 1.21 as well

6 months ago, Gary Kramlich
2dc09584dc67
Update the build image to go 1.21 as well
package script
import (
"keep.imfreedom.org/grim/convey/runtime"
)
var (
Tasks = map[string]runtime.Task{
"script/shell": &Shell{},
}
)