Commit ba91c32
committed
go.mod, go.sum: bump
This commits the result of running
go get golang.org/x/sys@v0.0.0-20201202213521-69691e467435
to fix a build failure for freebsd_arm64.
This seems to be the minimum bump to fix that failure without
introducing a build failure for darwin_arm64 and openbsd_arm64.
We cannot bump to the latest release (0.3.0, 2022-12-03) because that
causes the Linux and macOS CI jobs to fail with:
Error: ../../../go/pkg/mod/golang.org/x/sys@v0.3.0/unix/syscall.go:83:16: undefined: unsafe.Slice
Error: ../../../go/pkg/mod/golang.org/x/sys@v0.3.0/unix/syscall_darwin.go:95:8: undefined: unsafe.Slice
Error: ../../../go/pkg/mod/golang.org/x/sys@v0.3.0/unix/syscall_unix.go:118:7: undefined: unsafe.Slice
Error: ../../../go/pkg/mod/golang.org/x/sys@v0.3.0/unix/sysvshm_unix.go:33:7: undefined: unsafe.Slice
note: module requires Go 1.17
and we need other changes in order to bump the minimum Go version.golang.org/x/sys from 20170803 to 202012021 parent c356dbc commit ba91c32
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments