Skip to content

Commit

Permalink
tmp(test) test against nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Raines committed Dec 1, 2021
1 parent c1df867 commit 760ab66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/go-logr/logr v0.4.0
github.com/google/uuid v1.3.0
github.com/kong/deck v1.7.0
github.com/kong/go-kong v0.24.0
github.com/kong/go-kong v0.24.1-0.20211130211721-3bc9674fc582
github.com/kong/kubernetes-testing-framework v0.10.1-0.20211130000528-fc2466b00f28
github.com/lithammer/dedent v1.1.0
github.com/miekg/dns v1.1.43
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,9 @@ github.com/klauspost/compress v1.13.0/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8
github.com/kong/deck v1.7.0 h1:uo4NdcChHoM9sb2Z8YPAuFyobv8bxaQuayA00tzN5js=
github.com/kong/deck v1.7.0/go.mod h1:o2letQaSpXVnDNoXehEibOF6q7v46qtbsKOCC+1owAw=
github.com/kong/go-kong v0.19.0/go.mod h1:HyNtOxzh/tzmOV//ccO5NAdmrCnq8b86YUPjmdy5aog=
github.com/kong/go-kong v0.24.0 h1:uX3oq3lYq6t/+ZtlmSM1R/ookjpe/B390I7h7GS/mPs=
github.com/kong/go-kong v0.24.0/go.mod h1:LEv2jsUFcGHpN3Ocmcya81yJOZSsMydXo4aLfiGYmbQ=
github.com/kong/go-kong v0.24.1-0.20211130211721-3bc9674fc582 h1:pU7c0M8M0nB7JRk0G0ko6epPo1ADBxuThjPg/qH8nVw=
github.com/kong/go-kong v0.24.1-0.20211130211721-3bc9674fc582/go.mod h1:8/wXAs4Pi710qEKH6rqhKOEpTsFKm1t6X940zEgNZ/A=
github.com/kong/kubernetes-testing-framework v0.10.1-0.20211130000528-fc2466b00f28 h1:sX1I8Hzd8hL/pLEMSRkavr9Wyj85r7ITnzhewSFHIho=
github.com/kong/kubernetes-testing-framework v0.10.1-0.20211130000528-fc2466b00f28/go.mod h1:7078IjVjSm//td/WiDkG+E2wam/ca292EM/NSNgu/qo=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
Expand Down
1 change: 1 addition & 0 deletions test/integration/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func TestMain(m *testing.M) {
}

kongbuilder.WithControllerDisabled()
kongbuilder.WithProxyImage("kong/kong", "latest")
kongAddon := kongbuilder.Build()
builder := environments.NewBuilder().WithAddons(kongAddon, knative.New())

Expand Down

0 comments on commit 760ab66

Please sign in to comment.