Skip to content

Tries to start using SemiVers for our go.mod files #4274

Tries to start using SemiVers for our go.mod files

Tries to start using SemiVers for our go.mod files #4274

Triggered via pull request September 1, 2024 02:03
Status Failure
Total duration 3m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: src/apps/chifra/internal/globals/options.go#L43
opts.Verbose undefined (type *GlobalOptions has no field or method Verbose) (typecheck)
Lint: src/apps/chifra/internal/globals/options.go#L44
opts.NoHeader undefined (type *GlobalOptions has no field or method NoHeader) (typecheck)
Lint: src/apps/chifra/internal/globals/options.go#L45
opts.Chain undefined (type *GlobalOptions has no field or method Chain) (typecheck)
Lint: src/apps/chifra/internal/globals/options.go#L53
opts.OutputFn undefined (type *GlobalOptions has no field or method OutputFn) (typecheck)
Lint: src/apps/chifra/internal/globals/options.go#L54
opts.Append undefined (type *GlobalOptions has no field or method Append) (typecheck)
Lint: src/apps/chifra/internal/globals/options.go#L58
opts.Format undefined (type *GlobalOptions has no field or method Format) (typecheck)
Lint: src/apps/chifra/internal/globals/options.go#L63
opts.Chain undefined (type *GlobalOptions has no field or method Chain) (typecheck)
Lint: src/apps/chifra/internal/globals/options.go#L64
opts.Chain undefined (type *GlobalOptions has no field or method Chain) (typecheck)
Lint: src/apps/chifra/internal/globals/options.go#L69
opts.Verbose undefined (type *GlobalOptions has no field or method Verbose) (typecheck)
Lint: src/apps/chifra/internal/globals/options.go#L74
opts.TestMode undefined (type *GlobalOptions has no field or method TestMode) (typecheck)
Lint
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/