Skip to content

Commit

Permalink
update e2e tests, upgrade tests to latest rc version (#875)
Browse files Browse the repository at this point in the history
Signed-off-by: Mukundan Sundararajan <[email protected]>
  • Loading branch information
mukundansundar authored Jan 17, 2022
1 parent 68c2ab8 commit 10eb191
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kind_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
env:
GOVER: 1.16
DAPR_RUNTIME_VERSION: 1.5.1
DAPR_RUNTIME_VERSION: 1.6.0-rc.2
DAPR_DASHBOARD_VERSION: 0.9.0
strategy:
fail-fast: false # Keep running if one leg fails.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self_hosted_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
GOARCH: ${{ matrix.target_arch }}
GOPROXY: https://proxy.golang.org
ARCHIVE_OUTDIR: dist/archives
DAPR_RUNTIME_VERSION: 1.5.1
DAPR_RUNTIME_VERSION: "1.6.0-rc.2"
DAPR_DASHBOARD_VERSION: 0.9.0
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/Pallinder/sillyname-go v0.0.0-20130730142914-97aeae9e6ba1
github.com/briandowns/spinner v1.6.1
github.com/dapr/dapr v1.5.0-rc.3
github.com/dapr/dapr v1.6.0-rc.2
github.com/dapr/go-sdk v1.0.0
github.com/docker/docker v17.12.0-ce-rc1.0.20200916142827-bd33bbf0497b+incompatible
github.com/emicklei/go-restful v2.10.0+incompatible // indirect
Expand All @@ -24,7 +24,7 @@ require (
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac
gopkg.in/yaml.v2 v2.4.0
helm.sh/helm/v3 v3.5.3
k8s.io/api v0.20.2
Expand Down
Loading

0 comments on commit 10eb191

Please sign in to comment.