File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
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.23 -alpine
28+ image : golang:1.24 -alpine
2929
3030 steps :
3131 - name : Dump github context
9090
9191 - uses : actions/setup-go@v3
9292 with :
93- go-version : " ^1.23.4 "
93+ go-version : " ^1.24.3 "
9494
9595 - name : Run Python tests
9696 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.23 -alpine
27+ image : golang:1.24 -alpine
2828
2929 steps :
3030 - name : Dump github context
9191
9292 - uses : actions/setup-go@v3
9393 with :
94- go-version : " ^1.23.4 "
94+ go-version : " ^1.24.3 "
9595
9696 - name : Run Python tests
9797 run : make test-py
@@ -122,7 +122,7 @@ jobs:
122122
123123 - uses : actions/setup-go@v3
124124 with :
125- go-version : " ^1.19.13 "
125+ go-version : " ^1.24.3 "
126126
127127 - name : Build binaries for ${{ matrix.go-os }}
128128 run : make frames-bin
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ frames:
130130 --env GOARCH=$(GOARCH ) \
131131 --env FRAMES_TAG=$(FRAMES_TAG ) \
132132 --platform=linux/amd64
133- golang:1.23 -alpine \
133+ golang:1.24 -alpine \
134134 make frames-bin
135135
136136PHONY : gofmt
Original file line number Diff line number Diff line change 1818# You can also use -e V3IO_GRPC_PORT=9999 and -e V3IO_HTTP_PORT=9998 to set ports
1919# (don't forget to update the -p accordingly)
2020
21- FROM --platform=linux/amd64 golang:1.23 -alpine AS build
21+ FROM --platform=linux/amd64 golang:1.24 -alpine AS build
2222
2323WORKDIR /frames
2424COPY . .
Original file line number Diff line number Diff line change 11module github.com/v3io/frames
22
3- go 1.23
3+ go 1.24
44
55require (
66 github.com/ghodss/yaml v1.0.0
You can’t perform that action at this time.
0 commit comments