File tree Expand file tree Collapse file tree 3 files changed +7
-102
lines changed
Expand file tree Collapse file tree 3 files changed +7
-102
lines changed Original file line number Diff line number Diff line change 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 }}
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 }}
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
You can’t perform that action at this time.
0 commit comments