Skip to content

Commit

Permalink
update k8s to v0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Jul 10, 2024
1 parent b336355 commit 50e5499
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 116 deletions.
10 changes: 7 additions & 3 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/smartcontractkit/chainlink/integration-tests

go 1.22.0

toolchain go1.22.3
go 1.21.7

// Make sure we're working with the latest chainlink libs
replace github.com/smartcontractkit/chainlink/v2 => ../
Expand Down Expand Up @@ -312,6 +310,7 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/miekg/dns v1.1.56 // indirect
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
Expand Down Expand Up @@ -505,6 +504,11 @@ replace (
github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.47.2-0.20231010075449-4b9c19fe5510
)

replace (
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.14.0
github.com/prometheus/common => github.com/prometheus/common v0.42.0
)

replace (
k8s.io/api => k8s.io/api v0.28.2
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.28.2
Expand Down
Loading

0 comments on commit 50e5499

Please sign in to comment.