Skip to content

Commit

Permalink
Bump envoy version and use shared go version (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored Sep 17, 2024
1 parent b558ed4 commit 705fb63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
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

0 comments on commit 705fb63

Please sign in to comment.