Migrate github.com/keptn/go-utils
to the same version as the datadog-service (or Keptn) version
#64
Labels
good first issue
Good for newcomers
Problem statement.
Right now we use an older version (0.15.0) of
github.com/keptn/go-utils
for datadog-service versions greater than 0.15.0. It'd be good to match thegithub.com/keptn/go-utils
with the datadog-service version. go-utils matches Keptn versions i.e., if Keptn version is 0.15.0, go-utils version would (and should) be 0.15.0Describe the solution you'd like
X version of datadog-service should use X version of go-utils. e.g.,
0.15.1 version of datadog-service should use 0.15.1 version of go-utils
0.16.1 version of datadog-service should use 0.16.1 version of go-utils
Describe alternatives you've considered
I don't think there are any alternatives here.
TODO
go.mod
for datadog-service versions > 0.15.1release-0.15.1
(or any other datadog-service version you are working with)The text was updated successfully, but these errors were encountered: