File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Setup Go
2222 uses : actions/setup-go@v4
2323 with :
24- go-version : 1.21
24+ go-version : 1.23
2525 - run : GOPROXY=direct GOSUMDB=off GO111MODULE=on go build .
2626 docker :
2727 name : Docker build and push
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/setup-go@v4
2020 with :
21- go-version : 1.21
21+ go-version : 1.23
2222 - uses : actions/checkout@v4
2323 - name : golangci-lint
2424 uses : golangci/golangci-lint-action@v3
4040 - name : Setup Go
4141 uses : actions/setup-go@v4
4242 with :
43- go-version : 1.21
43+ go-version : 1.23
4444 - name : Create cluster using KinD
4545 uses : engineerd/setup-kind@v0.5.0
4646 with :
Original file line number Diff line number Diff line change 2121 - name : Setup Go
2222 uses : actions/setup-go@v4
2323 with :
24- go-version : 1.21
24+ go-version : 1.23
2525 - name : Run adapter to create components
2626 run : |
2727 touch log.txt
Original file line number Diff line number Diff line change 2121 - name : Setup Go
2222 uses : actions/setup-go@v4
2323 with :
24- go-version : 1.21
24+ go-version : 1.23
2525
2626 - name : Run utility
2727 run : |
Original file line number Diff line number Diff line change 1- ARG GOLANG_VERSION=1.21
1+ ARG GOLANG_VERSION=1.23
22FROM golang:${GOLANG_VERSION} as builder
33
44ARG VERSION
Original file line number Diff line number Diff line change 11module github.com/layer5io/meshery-istio
22
3- go 1.21
3+ go 1.23
44
55replace (
66 // github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
You can’t perform that action at this time.
0 commit comments