go mod update #25
ci.yaml
on: pull_request
Matrix: test
lint
5m 7s
Check coverage
0s
Release a new version
0s
Annotations
17 errors and 2 warnings
test (1.20.x)
package cmp is not in GOROOT (/opt/hostedtoolcache/go/1.20.14/x64/src/cmp)
|
test (1.20.x)
package slices is not in GOROOT (/opt/hostedtoolcache/go/1.20.14/x64/src/slices)
|
test (1.20.x)
Process completed with exit code 2.
|
test (1.19.x)
The job was canceled because "_1_20_x" failed.
|
test (1.19.x)
package cmp is not in GOROOT (/opt/hostedtoolcache/go/1.19.13/x64/src/cmp)
|
test (1.19.x)
package slices is not in GOROOT (/opt/hostedtoolcache/go/1.19.13/x64/src/slices)
|
test (1.19.x)
The operation was canceled.
|
lint:
source/iofs/iofs.go#L14
could not import github.com/golang-migrate/migrate/v4/source (-: cannot compile Go 1.22 code) (typecheck)
|
lint:
database/multistmt/parse.go#L1
: cannot compile Go 1.22 code (typecheck)
|
lint:
database/clickhouse/clickhouse.go#L16
could not import github.com/golang-migrate/migrate/v4/database/multistmt (-: cannot compile Go 1.22 code) (typecheck)
|
lint:
database/clickhouse/clickhouse.go#L75
undefined: migrate (typecheck)
|
lint:
database/testing/migrate_testing.go#L15
undefined: migrate (typecheck)
|
lint:
database/testing/migrate_testing.go#L23
undefined: migrate (typecheck)
|
lint:
database/testing/migrate_testing.go#L29
undefined: migrate (typecheck)
|
lint:
source/go_bindata/examples/migrations/bindata.go#L1
: cannot compile Go 1.22 code (typecheck)
|
lint:
source/httpfs/driver.go#L7
could not import github.com/golang-migrate/migrate/v4/source (-: cannot compile Go 1.22 code) (typecheck)
|
lint:
source/godoc_vfs/vfs.go#L10
could not import github.com/golang-migrate/migrate/v4/source (-: cannot compile Go 1.22 code) (typecheck)
|
test (1.20.x)
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/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|