README fix #222
Annotations
4 errors and 3 warnings
coverage:
blob/bench/bench.go#L10
no required module provides package github.com/pkg/profile; to add it:
|
coverage
Error: Command failed with exit code 1: go test -covermode count -coverprofile /home/runner/work/_temp/go.cov -coverpkg ./... ./...
go: downloading github.com/stretchr/testify v1.8.0
go: downloading golang.org/x/exp v0.0.0-20231006140011-7918f672742d
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
blob/bench/bench.go:10:2: no required module provides package github.com/pkg/profile; to add it:
go get github.com/pkg/profile
|
test:
blob/bench/bench.go#L10
no required module provides package github.com/pkg/profile; to add it:
|
test
Process completed with exit code 2.
|
coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, gwatts/go-coverage-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
coverage
Failed to run go test -covermode count -coverprofile /home/runner/work/_temp/go.cov -coverpkg ./... ./...
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|