You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go: go.uber.org/zap/zapgrpc/internal/test tested by
go.uber.org/zap/zapgrpc/internal/test.test imports
github.com/stretchr/testify/assert loaded from github.com/stretchr/[email protected],
but go 1.16 would select v1.8.3
go: go.uber.org/zap/zapgrpc/internal/test tested by
go.uber.org/zap/zapgrpc/internal/test.test imports
github.com/stretchr/testify/require loaded from github.com/stretchr/[email protected],
but go 1.16 would select v1.8.3
go: go.uber.org/zap/zapgrpc/internal/test tested by
go.uber.org/zap/zapgrpc/internal/test.test imports
github.com/stretchr/testify/assert imports
gopkg.in/yaml.v3 tested by
gopkg.in/yaml.v3.test imports
gopkg.in/check.v1 imports
github.com/kr/pretty imports
github.com/rogpeppe/go-internal/fmtsort loaded from github.com/rogpeppe/[email protected],
but go 1.16 would select v1.9.0
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
go: go.uber.org/zap/zapgrpc/internal/test tested by
go.uber.org/zap/zapgrpc/internal/test.test imports
github.com/stretchr/testify/assert loaded from github.com/stretchr/[email protected],
but go 1.16 would select v1.8.3
go: go.uber.org/zap/zapgrpc/internal/test tested by
go.uber.org/zap/zapgrpc/internal/test.test imports
github.com/stretchr/testify/require loaded from github.com/stretchr/[email protected],
but go 1.16 would select v1.8.3
go: go.uber.org/zap/zapgrpc/internal/test tested by
go.uber.org/zap/zapgrpc/internal/test.test imports
github.com/stretchr/testify/assert imports
gopkg.in/yaml.v3 tested by
gopkg.in/yaml.v3.test imports
gopkg.in/check.v1 imports
github.com/kr/pretty imports
github.com/rogpeppe/go-internal/fmtsort loaded from github.com/rogpeppe/[email protected],
but go 1.16 would select v1.9.0
make: *** [Makefile:[36](https://github.com/arukiidou/zap/actions/runs/12059977790/job/33629551328?pr=10#step:5:37): tidy-lint] Error 1
To Reproduce
upgrade to google.golang.org/grpc v1.56.3
Expected behavior
dependabot upgrade passed.
Additional context
go.mod not mached
The text was updated successfully, but these errors were encountered:
The dependabot PR uber-go#1376 fails to bump grpc due to conflict with go1.16 (ref: uber-go#1473).
Bump go version by one so go mod tidy is happy in the test package
with the grpc upgrade.
The dependabot PR #1376 fails to bump grpc due to conflict with go1.16
(ref: #1473).
Bump go version by one so go mod tidy is happy in the test package with
the grpc upgrade.
Describe the bug
To Reproduce
upgrade to
google.golang.org/grpc v1.56.3
Expected behavior
dependabot upgrade passed.
Additional context
go.mod not mached
The text was updated successfully, but these errors were encountered: