Skip to content

Commit 29675a4

Browse files
authored
Bump golang.org/x/sys from 0.0.0-20210514084401-e8d321eab015 to 0.7.0 (#79)
1 parent a793c88 commit 29675a4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/Dockerfile.windows

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR $BASE_DIR/cmd/bash
1313
# see golang.org/issue/31481
1414
# RUN go mod tidy
1515
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
1717
# can't test bash on windows
1818
RUN set CGO_ENABLED=0&& set GOOS=darwin&& set GOARCH=amd64&& go build -a -o %NAME%_darwin_amd64
1919
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
2424
WORKDIR $BASE_DIR/cmd/windows
2525
# RUN go mod tidy
2626
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
2828
RUN go test -v
2929
RUN set CGO_ENABLED=0& set GOOS=windows& set GOARCH=amd64& go build -a -o %NAME%_win_64.exe
3030
RUN set CGO_ENABLED=0& set GOOS=windows& set GOARCH=386& go build -a -o %NAME%_win_32.exe

src/cmd/bash/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ go 1.16
55
replace jenkinsci.org/plugins/durabletask/common => ../../pkg/common
66

77
require (
8-
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
8+
golang.org/x/sys v0.7.0
99
jenkinsci.org/plugins/durabletask/common v0.0.0-00010101000000-000000000000
1010
)

src/cmd/bash/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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=

src/cmd/windows/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ go 1.16
55
replace jenkinsci.org/plugins/durabletask/common => ../../pkg/common
66

77
require (
8-
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
8+
golang.org/x/sys v0.7.0
99
jenkinsci.org/plugins/durabletask/common v0.0.0-00010101000000-000000000000
1010
)

src/cmd/windows/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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=

0 commit comments

Comments
 (0)