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
chore: add setup-terraform step to workflows (#221)
* chore: add setup-terraform step to workflows
GHA now use Ubuntu 24.0 and do not ship with terraform in the image.
This needs to be setup manually.
* chore: update go linting
level=warning msg="[lintersdb] The name \"vet\" is deprecated. The linter has been renamed to: govet."
level=warning msg="The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by copyloopvar."
level=warning msg="The linter 'tenv' is deprecated (since v1.64.0) due to: Duplicate feature another linter. Replaced by usetesting."
level=error msg="[linters_context] exportloopref: This linter is fully inactivated: it will not produce any reports."
0 commit comments