Skip to content

chore(frontend): update dependencies #307

chore(frontend): update dependencies

chore(frontend): update dependencies #307

Triggered via push July 24, 2024 16:15
Status Failure
Total duration 29s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: config/config.go#L145
undefined: yaml (typecheck)
lint: config/config.go#L158
undefined: flags (typecheck)
lint: config/config.go#L160
undefined: flags (typecheck)
lint: state/tfe.go#L83
t.Workspaces undefined (type *TFE has no field or method Workspaces) (typecheck)
lint: state/tfe.go#L123
t.Workspaces undefined (type *TFE has no field or method Workspaces) (typecheck)
lint: state/tfe.go#L162
t.StateVersions undefined (type *TFE has no field or method StateVersions) (typecheck)
lint: state/tfe.go#L187
t.StateVersions undefined (type *TFE has no field or method StateVersions) (typecheck)
lint: state/tfe.go#L193
t.StateVersions undefined (type *TFE has no field or method StateVersions) (typecheck)
lint: db/db.go#L95
db.Migrator undefined (type *Database has no field or method Migrator) (typecheck)
lint: db/db.go#L97
db.Find undefined (type *Database has no field or method Find) (typecheck)
lint
The following actions uses Node.js version which is deprecated 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/