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 @@ -13,7 +13,7 @@ WORKDIR $BASE_DIR/cmd/bash
13
13
# see golang.org/issue/31481
14
14
# RUN go mod tidy
15
15
RUN go get -modcacherw jenkinsci.org/plugins/durabletask/common
16
- RUN go get -modcacherw golang.org/x/sys@v0.0.0-20210514084401-e8d321eab015
16
+ RUN go get -modcacherw golang.org/x/sys@v0.7.0
17
17
# can't test bash on windows
18
18
RUN set CGO_ENABLED=0&& set GOOS=darwin&& set GOARCH=amd64&& go build -a -o %NAME%_darwin_amd64
19
19
RUN set CGO_ENABLED=0&& set GOOS=darwin&& set GOARCH=arm64&& go build -a -o %NAME%_darwin_arm64
@@ -24,7 +24,7 @@ RUN set CGO_ENABLED=0&& set GOOS=linux&& set GOARCH=arm64&& go build -a -o %NAME
24
24
WORKDIR $BASE_DIR/cmd/windows
25
25
# RUN go mod tidy
26
26
RUN go get -modcacherw jenkinsci.org/plugins/durabletask/common
27
- RUN go get -modcacherw golang.org/x/sys@v0.0.0-20210514084401-e8d321eab015
27
+ RUN go get -modcacherw golang.org/x/sys@v0.7.0
28
28
RUN go test -v
29
29
RUN set CGO_ENABLED=0& set GOOS=windows& set GOARCH=amd64& go build -a -o %NAME%_win_64.exe
30
30
RUN set CGO_ENABLED=0& set GOOS=windows& set GOARCH=386& go build -a -o %NAME%_win_32.exe
Original file line number Diff line number Diff line change 5
5
replace jenkinsci.org/plugins/durabletask/common => ../../pkg/common
6
6
7
7
require (
8
- golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
8
+ golang.org/x/sys v0.7.0
9
9
jenkinsci.org/plugins/durabletask/common v0.0.0-00010101000000-000000000000
10
10
)
Original file line number Diff line number Diff line change 1
- golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 h1:hZR0X1kPW+nwyJ9xRxqZk1vx5RUObAPBdKVvXPDUH/E =
2
- golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1
+ golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU =
2
+ golang.org/x/sys v0.7.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
Original file line number Diff line number Diff line change 5
5
replace jenkinsci.org/plugins/durabletask/common => ../../pkg/common
6
6
7
7
require (
8
- golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
8
+ golang.org/x/sys v0.7.0
9
9
jenkinsci.org/plugins/durabletask/common v0.0.0-00010101000000-000000000000
10
10
)
Original file line number Diff line number Diff line change 1
- golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 h1:hZR0X1kPW+nwyJ9xRxqZk1vx5RUObAPBdKVvXPDUH/E =
2
- golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1
+ golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU =
2
+ golang.org/x/sys v0.7.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments