Skip to content

Commit e5e95fa

Browse files
committed
Merge branch 'integ_0.10' into ML-10393
2 parents c94c120 + 4de04de commit e5e95fa

File tree

3 files changed

+7
-102
lines changed

3 files changed

+7
-102
lines changed

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: [ self-hosted, Linux ]
3838
if: ${{ contains( github.event.pull_request.labels.*.name, 'safe-to-test') }}
3939
container:
40-
image: golang:1.24-alpine
40+
image: golang:1.19
4141
credentials:
4242
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4343
password: ${{ secrets.DOCKER_HUB_TOKEN }}
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: [ self-hosted, Linux ]
7979
if: ${{ contains( github.event.pull_request.labels.*.name, 'safe-to-test') }}
8080
container:
81-
image: python:3.11.11
81+
image: python:3.9.18
8282
credentials:
8383
username: ${{ secrets.DOCKER_HUB_USERNAME }}
8484
password: ${{ secrets.DOCKER_HUB_TOKEN }}
@@ -109,7 +109,7 @@ jobs:
109109

110110
- uses: actions/setup-go@v3
111111
with:
112-
go-version: "^1.24.3"
112+
go-version: "^1.19.13"
113113

114114
- name: Run Python tests
115115
run: make test-py

.github/workflows/push.yaml

Lines changed: 0 additions & 95 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Lint & test Go code
2828
runs-on: [ self-hosted, Linux ]
2929
container:
30-
image: golang:1.24-alpine
30+
image: golang:1.19
3131
credentials:
3232
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3333
password: ${{ secrets.DOCKER_HUB_TOKEN }}
@@ -66,7 +66,7 @@ jobs:
6666
name: Lint & test Python code
6767
runs-on: [ self-hosted, Linux ]
6868
container:
69-
image: python:3.11.11
69+
image: python:3.9.18
7070
credentials:
7171
username: ${{ secrets.DOCKER_HUB_USERNAME }}
7272
password: ${{ secrets.DOCKER_HUB_TOKEN }}
@@ -100,7 +100,7 @@ jobs:
100100

101101
- uses: actions/setup-go@v3
102102
with:
103-
go-version: "^1.24.3"
103+
go-version: "^1.19.13"
104104

105105
- name: Run Python tests
106106
run: make test-py
@@ -131,7 +131,7 @@ jobs:
131131

132132
- uses: actions/setup-go@v3
133133
with:
134-
go-version: "^1.24.3"
134+
go-version: "^1.19.13"
135135

136136
- name: Build binaries for ${{ matrix.go-os }}
137137
run: make frames-bin

0 commit comments

Comments
 (0)