File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
acceptance/testdata/launcher Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6868 script : |
6969 apt-get update -y
7070 apt-get install -y wget curl git make gcc jq docker.io
71- wget https://go.dev/dl/go1.26.0 .linux-s390x.tar.gz
72- rm -rf /usr/local/go && tar -C /usr/local -xzf go1.26.0 .linux-s390x.tar.gz
71+ wget https://go.dev/dl/go1.26.1 .linux-s390x.tar.gz
72+ rm -rf /usr/local/go && tar -C /usr/local -xzf go1.26.1 .linux-s390x.tar.gz
7373 export PATH=$PATH:/usr/local/go/bin
7474 git clone ${GH_REPOSITORY} lifecycle
7575 cd lifecycle && git checkout ${GH_REF}
Original file line number Diff line number Diff line change 1- FROM golang:1.26.0 as builder
1+ FROM golang:1.26.1 as builder
22
33COPY exec.d/ /go/src/exec.d
44RUN GO111MODULE=off go build -o helper ./src/exec.d
Original file line number Diff line number Diff line change @@ -318,4 +318,4 @@ tool github.com/golang/mock/mockgen
318318
319319tool github.com/golangci/golangci-lint/v2/cmd/golangci-lint
320320
321- go 1.26.0
321+ go 1.26.1
You can’t perform that action at this time.
0 commit comments