Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Update go dependencies #182

Update go dependencies

Update go dependencies #182

Triggered via schedule August 2, 2023 00:05
Status Failure
Total duration 2m 4s
Artifacts

update-go-deps.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
update-go-deps: vendor/golang.org/x/sys/unix/mremap.go#L33
unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
update-go-deps: vendor/golang.org/x/sys/unix/syscall.go#L83
unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
update-go-deps: vendor/golang.org/x/sys/unix/syscall_linux.go#L1018
unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
update-go-deps: vendor/golang.org/x/sys/unix/syscall_linux.go#L2316
unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
update-go-deps: vendor/golang.org/x/sys/unix/syscall_unix.go#L118
unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
update-go-deps: vendor/golang.org/x/sys/unix/sysvshm_unix.go#L33
unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
update-go-deps
Process completed with exit code 2.
update-go-deps
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/