File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v3
2525
26- - uses : actions/setup-go@v3
26+ - uses : actions/setup-go@v5
2727 with :
2828 cache : true
2929 go-version-file : " go.mod"
3737 steps :
3838 - uses : actions/checkout@v3
3939
40- - uses : actions/setup-go@v3
40+ - uses : actions/setup-go@v5
4141 with :
4242 cache : true
4343 go-version-file : " go.mod"
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414#
1515
16- FROM gcr.io/iguazio/golang:1.23.8 -alpine AS builder
16+ FROM gcr.io/iguazio/golang:1.23-alpine AS builder
1717
1818RUN apk --update --no-cache add \
1919 git \
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414#
1515
16- FROM gcr.io/iguazio/golang:1.23.8 -alpine AS builder
16+ FROM gcr.io/iguazio/golang:1.23-alpine AS builder
1717
1818RUN apk --update --no-cache add \
1919 git \
You can’t perform that action at this time.
0 commit comments