File tree Expand file tree Collapse file tree 6 files changed +1090
-225
lines changed
test/declarative/sync-http-variables Expand file tree Collapse file tree 6 files changed +1090
-225
lines changed Original file line number Diff line number Diff line change 2424 - name : Set up Go
2525 uses : actions/setup-go@v2
2626 with :
27- go-version : 1.15
27+ go-version : 1.16
2828
2929 - name : Build
3030 run : go build -v ./...
Original file line number Diff line number Diff line change 11module github.com/OpenFunction/functions-framework-go
22
3- go 1.15
3+ go 1.17
44
55require (
66 github.com/SkyAPM/go2sky v1.4.1
77 github.com/cloudevents/sdk-go/v2 v2.4.1
8- github.com/dapr/dapr v1.6 .0
9- github.com/dapr/go-sdk v1.3.1
8+ github.com/dapr/dapr v1.8 .0
9+ github.com/dapr/go-sdk v1.5.0
1010 github.com/fatih/structs v1.1.0
1111 github.com/golang/protobuf v1.5.2
1212 github.com/google/uuid v1.3.0
1313 github.com/gorilla/mux v1.8.0
1414 github.com/pkg/errors v0.9.1
15- github.com/stretchr/testify v1.7.0
16- google.golang.org/grpc v1.40 .0
15+ github.com/stretchr/testify v1.7.4
16+ google.golang.org/grpc v1.47 .0
1717 k8s.io/klog/v2 v2.30.0
1818 skywalking.apache.org/repo/goapi v0.0.0-20220401015832-2c9eee9481eb
1919)
You can’t perform that action at this time.
0 commit comments