File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : Set up Go
3333 uses : actions/setup-go@v5
3434 with :
35- go-version : 1.24
35+ go-version : 1.26
3636 cache-dependency-path : |
3737 go.sum
3838 id : go
Original file line number Diff line number Diff line change 3535 - name : Set up Go
3636 uses : actions/setup-go@v5
3737 with :
38- go-version : 1.24
38+ go-version : 1.26
3939 cache-dependency-path : |
4040 go.sum
4141 id : go
Original file line number Diff line number Diff line change 1616# under the License.
1717#
1818
19- FROM golang:1.24 AS build
19+ FROM golang:1.26 AS build
2020
2121WORKDIR /e2e
2222
2323COPY . .
2424
2525RUN make linux
2626
27- FROM golang:1.24 AS bin
27+ FROM golang:1.26 AS bin
2828
2929COPY --from=build /e2e/bin/linux/e2e /usr/local/bin/e2e
3030
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ all: clean lint test build
4040
4141.PHONY : lint
4242lint :
43- $(GO_LINT ) version || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GO_PATH ) /bin -d " v2.1.6 "
43+ $(GO_LINT ) version || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GO_PATH ) /bin -d " v2.11.4 "
4444 $(GO_LINT ) run -v ./...
4545
4646.PHONY : fix-lint
Original file line number Diff line number Diff line change 11module github.com/apache/skywalking-infra-e2e
22
3- go 1.24
3+ go 1.26
44
55require (
66 github.com/docker/docker v20.10.7+incompatible
You can’t perform that action at this time.
0 commit comments