Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump envoy version and use shared go version #1288

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/kind-e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ jobs:
KIND_CLUSTER_NAME: "kourier-integration"

steps:
- name: Set up Go 1.21.x
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: setup-go
uses: knative/actions/setup-go@main

- uses: ko-build/setup-ko@v0.6

Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:

gateway:
- quay.io/maistra-dev/proxyv2-ubi8:2.4-latest
- docker.io/envoyproxy/envoy:v1.26-latest
- docker.io/envoyproxy/envoy:v1.27-latest
- docker.io/envoyproxy/envoy:v1.28-latest
- docker.io/envoyproxy/envoy:v1.29-latest
- docker.io/envoyproxy/envoy:v1.30-latest
- docker.io/envoyproxy/envoy:v1.31-latest

upstream-tls:
- plain
Expand All @@ -41,10 +42,8 @@ jobs:
CLUSTER_SUFFIX: c${{ github.run_id }}.local

steps:
- name: Set up Go 1.21.x
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: setup-go
uses: knative/actions/setup-go@main

- uses: ko-build/setup-ko@v0.6

Expand Down
2 changes: 1 addition & 1 deletion config/300-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
env:
- name: DRAIN_TIME_SECONDS
value: "15"
image: docker.io/envoyproxy/envoy:v1.26-latest
image: docker.io/envoyproxy/envoy:v1.31-latest
name: kourier-gateway
ports:
- name: http2-external
Expand Down
Loading