File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
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
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ frames:
129129 --env GOOS=$(GOOS ) \
130130 --env GOARCH=$(GOARCH ) \
131131 --env FRAMES_TAG=$(FRAMES_TAG ) \
132- golang:1.19 \
132+ golang:1.23 \
133133 make frames-bin
134134
135135PHONY : gofmt
You can’t perform that action at this time.
0 commit comments