opencontainers / distribution-spec

OCI Distribution Specification
https://opencontainers.org
Apache License 2.0
811 stars 202 forks source link

CI broken due to git-validation error #343

Closed jdolitsky closed 1 year ago

jdolitsky commented 1 year ago

Output:

go get -u github.com/vbatts/git-validation
...
# golang.org/x/sys/unix
Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-[20](https://github.com/opencontainers/distribution-spec/actions/runs/3041892471/jobs/4911416912#step:4:21)220913175220-63ea55921009/unix/syscall.go:83:16: undefined: unsafe.Slice
Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20220913175220-63ea559[21](https://github.com/opencontainers/distribution-spec/actions/runs/3041892471/jobs/4911416912#step:4:22)009/unix/syscall_unix.go:118:7: undefined: unsafe.Slice
Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20[22](https://github.com/opencontainers/distribution-spec/actions/runs/3041892471/jobs/4911416912#step:4:23)0913175220-63ea55921009/unix/sysvshm_unix.go:33:7: undefined: unsafe.Slice
note: module requires Go 1.17
Error: make: *** [Makefile:85: .install.gitvalidation] Error 2
Error: Process completed with exit code 2.

cc @vbatts

vbatts commented 1 year ago

thanks @sudo-bmitch for the quick solution