Skip to content

Commit

Permalink
pkg/scaffold/gopkgtoml.go: Use 0.24 of prometheus-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
lilic committed Nov 30, 2018
1 parent 7b1a757 commit 7c0f0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/scaffold/gopkgtoml.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ required = [
[[override]]
name = "github.com/coreos/prometheus-operator"
version = "0.25.0"
version = "0.24.0"
[[constraint]]
name = "github.com/operator-framework/operator-sdk"
Expand Down
2 changes: 1 addition & 1 deletion pkg/scaffold/gopkgtoml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ required = [
[[override]]
name = "github.com/coreos/prometheus-operator"
version = "0.25.0"
version = "0.24.0"
[[constraint]]
name = "github.com/operator-framework/operator-sdk"
Expand Down

0 comments on commit 7c0f0ce

Please sign in to comment.