fix: workflows runs only in go version 1.18

This commit is contained in:
xucong053
2022-09-28 16:43:54 +08:00
parent d59fb4477f
commit 1e52e5b4da
6 changed files with 8 additions and 47 deletions

View File

@@ -1,16 +0,0 @@
// NOTE: Generated By hrp v4.1.5, DO NOT EDIT!
package main
import (
"github.com/httprunner/funplugin/fungo"
)
func main() {
fungo.Register("SumTwoInt", SumTwoInt)
fungo.Register("SumInts", SumInts)
fungo.Register("Sum", Sum)
fungo.Register("SetupHookExample", SetupHookExample)
fungo.Register("TeardownHookExample", TeardownHookExample)
fungo.Register("GetUserAgent", GetUserAgent)
fungo.Serve()
}