Tries to start using SemiVers for our go.mod files #4274
Annotations
10 errors and 1 warning
src/apps/chifra/internal/globals/options.go#L43
opts.Verbose undefined (type *GlobalOptions has no field or method Verbose) (typecheck)
|
src/apps/chifra/internal/globals/options.go#L44
opts.NoHeader undefined (type *GlobalOptions has no field or method NoHeader) (typecheck)
|
src/apps/chifra/internal/globals/options.go#L45
opts.Chain undefined (type *GlobalOptions has no field or method Chain) (typecheck)
|
src/apps/chifra/internal/globals/options.go#L53
opts.OutputFn undefined (type *GlobalOptions has no field or method OutputFn) (typecheck)
|
src/apps/chifra/internal/globals/options.go#L54
opts.Append undefined (type *GlobalOptions has no field or method Append) (typecheck)
|
src/apps/chifra/internal/globals/options.go#L58
opts.Format undefined (type *GlobalOptions has no field or method Format) (typecheck)
|
src/apps/chifra/internal/globals/options.go#L63
opts.Chain undefined (type *GlobalOptions has no field or method Chain) (typecheck)
|
src/apps/chifra/internal/globals/options.go#L64
opts.Chain undefined (type *GlobalOptions has no field or method Chain) (typecheck)
|
src/apps/chifra/internal/globals/options.go#L69
opts.Verbose undefined (type *GlobalOptions has no field or method Verbose) (typecheck)
|
src/apps/chifra/internal/globals/options.go#L74
opts.TestMode undefined (type *GlobalOptions has no field or method TestMode) (typecheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
This job failed
Loading