Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade tooling to 2022 standards #93

Merged
merged 4 commits into from
Dec 5, 2022
Merged

upgrade tooling to 2022 standards #93

merged 4 commits into from
Dec 5, 2022

Commits on Nov 2, 2022

  1. upgrade tooling to 2022 standards

    Similar to the commit with the same name in Maia yesterday, though
    significantly less invasive since Hermes' tooling was in better shape
    beforehand.
    
    Note that the Dockerfile uses references to Docker Hub instead of our
    internal Keppel instance. When you merge this, you want to change your
    pipeline to chain ci/shared/task-inject-dockerhub-mirror in front of the
    build job (cf. any of my own pipelines).
    majewsky committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a6235c5 View commit details
    Browse the repository at this point in the history
  2. run go mod tidy

    majewsky committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a2778d9 View commit details
    Browse the repository at this point in the history
  3. fix most lints

    majewsky committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    1183288 View commit details
    Browse the repository at this point in the history
  4. fix name shadowing lints

    majewsky committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    93ce2bf View commit details
    Browse the repository at this point in the history