Skip to content

Commit

Permalink
Update godog test integration (#1157)
Browse files Browse the repository at this point in the history
* Update godog test integration

* Update godog for go1.9

* Only run godog tests with Go 1.13+

The version of godog, and its dependencies,
no longer works with older versions of Go.
  • Loading branch information
axw authored Nov 25, 2021
1 parent fafbf1a commit 7702edf
Show file tree
Hide file tree
Showing 7 changed files with 359 additions and 232 deletions.
27 changes: 0 additions & 27 deletions internal/apmgodog/feature_test.go

This file was deleted.

121 changes: 0 additions & 121 deletions internal/apmgodog/formatter_test.go

This file was deleted.

4 changes: 2 additions & 2 deletions internal/apmgodog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module apmgodog
go 1.13

require (
github.com/cucumber/godog v0.8.1
github.com/cucumber/godog v0.12.2
go.elastic.co/apm v1.14.0
go.elastic.co/apm/module/apmgrpc v1.14.0
go.elastic.co/apm/module/apmhttp v1.14.0
go.elastic.co/fastjson v1.1.0
google.golang.org/grpc v1.17.0
google.golang.org/grpc v1.21.1
)

replace go.elastic.co/apm => ../..
Expand Down
Loading

0 comments on commit 7702edf

Please sign in to comment.