File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
test/declarative/sync-http-variables Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.8.1
8+ github.com/dapr/dapr v1.8.3
99 github.com/dapr/go-sdk v1.5.0
1010 github.com/fatih/structs v1.1.0
1111 github.com/golang/protobuf v1.5.2
Original file line number Diff line number Diff line change @@ -511,8 +511,8 @@ github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnG
511511github.com/dapr/components-contrib v1.8.0-rc.6 /go.mod h1:gxrCpaosbI0n3SFW7fKSvJU/ymjryHqrdRgqmsknuno =
512512github.com/dapr/components-contrib v1.8.1-rc.1 /go.mod h1:gxrCpaosbI0n3SFW7fKSvJU/ymjryHqrdRgqmsknuno =
513513github.com/dapr/dapr v1.8.0 /go.mod h1:yAsDiK5oecG0htw2S8JG9RFaeHJVdlTfZyOrL57AvRM =
514- github.com/dapr/dapr v1.8.1 h1:vRnPmIfaKmk9gbRP7IQF1beZfRK37D26iMtNOqhxl04 =
515- github.com/dapr/dapr v1.8.1 /go.mod h1:wg91Q7q3OhZ3I+HLoZGCieAGygoYrUcGsdK6N4wMHVY =
514+ github.com/dapr/dapr v1.8.3 h1:wAmP8lXeI1OeCnLGi3XT1PokbSaM0/N71ChZhjPdTCw =
515+ github.com/dapr/dapr v1.8.3 /go.mod h1:/0JyKebxzz0vPwYXc/2qHBXIicUi01HUWnpQ8AiJ0zM =
516516github.com/dapr/go-sdk v1.5.0 h1:OVkrupquJEOL1qRtwKcMVrFKYhw4UJQvgOJNduo2VxE =
517517github.com/dapr/go-sdk v1.5.0 /go.mod h1:Cvz3taCVu22WCNEUbc9/szvG/yJxWPAV4dcaG+zDWA4 =
518518github.com/dapr/kit v0.0.2-0.20210614175626-b9074b64d233 /go.mod h1:y8r0VqUNKyd6xBXp7gQjwA59wlCLGfKzL5J8iJsN09w =
Original file line number Diff line number Diff line change 55 - name : install dapr
66 command : |
77 dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash)
8- dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600
8+ dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600
99 wait :
1010 - namespace : dapr-system
1111 resource : pod
You can’t perform that action at this time.
0 commit comments