File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 name : Lint & test Go code
2626 runs-on : [ self-hosted, Linux ]
2727 container :
28- image : golang:1.19
28+ image : golang:1.23
2929
3030 steps :
3131 - name : Dump github context
8787
8888 - uses : actions/setup-go@v3
8989 with :
90- go-version : " ^1.19.13 "
90+ go-version : " ^1.23.4 "
9191
9292 - name : Run Python tests
9393 run : make test-py
Original file line number Diff line number Diff line change 2525 name : Lint & test Go code
2626 runs-on : [ self-hosted, Linux ]
2727 container :
28- image : golang:1.19
28+ image : golang:1.23
2929
3030 steps :
3131 - name : Dump github context
8989
9090 - uses : actions/setup-go@v3
9191 with :
92- go-version : " ^1.19.13 "
92+ go-version : " ^1.23.4 "
9393
9494 - name : Run Python tests
9595 run : make test-py
Original file line number Diff line number Diff line change 2424 name : Lint & test Go code
2525 runs-on : [ self-hosted, Linux ]
2626 container :
27- image : golang:1.19
27+ image : golang:1.23
2828
2929 steps :
3030 - name : Dump github context
8888
8989 - uses : actions/setup-go@v3
9090 with :
91- go-version : " ^1.19.13 "
91+ go-version : " ^1.23.4 "
9292
9393 - name : Run Python tests
9494 run : make test-py
You can’t perform that action at this time.
0 commit comments