Skip to content

Commit

Permalink
Bump golang.org/x/sys from 0.0.0-20210514084401-e8d321eab015 to 0.7.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
car-roll authored May 3, 2023
1 parent a793c88 commit 29675a4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR $BASE_DIR/cmd/bash
# see golang.org/issue/31481
# RUN go mod tidy
RUN go get -modcacherw jenkinsci.org/plugins/durabletask/common
RUN go get -modcacherw golang.org/x/sys@v0.0.0-20210514084401-e8d321eab015
RUN go get -modcacherw golang.org/x/sys@v0.7.0
# can't test bash on windows
RUN set CGO_ENABLED=0&& set GOOS=darwin&& set GOARCH=amd64&& go build -a -o %NAME%_darwin_amd64
RUN set CGO_ENABLED=0&& set GOOS=darwin&& set GOARCH=arm64&& go build -a -o %NAME%_darwin_arm64
Expand All @@ -24,7 +24,7 @@ RUN set CGO_ENABLED=0&& set GOOS=linux&& set GOARCH=arm64&& go build -a -o %NAME
WORKDIR $BASE_DIR/cmd/windows
# RUN go mod tidy
RUN go get -modcacherw jenkinsci.org/plugins/durabletask/common
RUN go get -modcacherw golang.org/x/sys@v0.0.0-20210514084401-e8d321eab015
RUN go get -modcacherw golang.org/x/sys@v0.7.0
RUN go test -v
RUN set CGO_ENABLED=0& set GOOS=windows& set GOARCH=amd64& go build -a -o %NAME%_win_64.exe
RUN set CGO_ENABLED=0& set GOOS=windows& set GOARCH=386& go build -a -o %NAME%_win_32.exe
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/bash/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.16
replace jenkinsci.org/plugins/durabletask/common => ../../pkg/common

require (
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
golang.org/x/sys v0.7.0
jenkinsci.org/plugins/durabletask/common v0.0.0-00010101000000-000000000000
)
4 changes: 2 additions & 2 deletions src/cmd/bash/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 h1:hZR0X1kPW+nwyJ9xRxqZk1vx5RUObAPBdKVvXPDUH/E=
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU=
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
2 changes: 1 addition & 1 deletion src/cmd/windows/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.16
replace jenkinsci.org/plugins/durabletask/common => ../../pkg/common

require (
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
golang.org/x/sys v0.7.0
jenkinsci.org/plugins/durabletask/common v0.0.0-00010101000000-000000000000
)
4 changes: 2 additions & 2 deletions src/cmd/windows/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 h1:hZR0X1kPW+nwyJ9xRxqZk1vx5RUObAPBdKVvXPDUH/E=
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU=
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit 29675a4

Please sign in to comment.