Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iblancasa committed May 18, 2023
1 parent ce77d7b commit bf94b57
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'

- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.25"
- "1.26"
name: Run Elasticsearch E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.25"
- "1.26"
name: Run examples E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.25"
- "1.26"
name: Run generate E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-miscellaneous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.25"
- "1.26"
name: Run miscellaneous E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.25"
- "1.26"
name: Run sidecar E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-streaming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.25"
- "1.26"
name: Run streaming E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.25"
- "1.26"
name: UI E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.25"
- "1.26"
name: Run upgrade E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'

- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/jaeger-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ metadata:
categories: Logging & Tracing
certified: "false"
containerImage: quay.io/jaegertracing/jaeger-operator
createdAt: "2023-05-18T09:11:36Z"
createdAt: "2023-05-18T10:03:48Z"
description: Provides tracing, monitoring and troubleshooting for microservices-based
distributed systems
operators.openshift.io/infrastructure-features: '["disconnected"]'
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/builder: operator-sdk-v1.28.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/jaegertracing/jaeger-operator
support: Jaeger Community
Expand Down
2 changes: 1 addition & 1 deletion hack/actions/e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- name: "Set up Go"
uses: actions/[email protected]
with:
go-version: 1.20
go-version: '1.20'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
Expand Down

0 comments on commit bf94b57

Please sign in to comment.