Skip to content

Add golangci-lint and air to Docker image#14

Merged
rossnelson merged 1 commit intomainfrom
claude/1772545648-682819
Mar 3, 2026
Merged

Add golangci-lint and air to Docker image#14
rossnelson merged 1 commit intomainfrom
claude/1772545648-682819

Conversation

@rossnelson
Copy link
Copy Markdown
Member

Summary

  • Installs golangci-lint v2.1.6 (matches CI version) and air (hot-reload) as Go dev tools in the Docker image
  • Both tools were missing when attempting golangci-lint run --fix and air during sessions

Test plan

  • Verify Docker image builds successfully
  • Confirm golangci-lint version returns v2.1.6 inside the container
  • Confirm air is available on PATH inside the container

Install golangci-lint v2.1.6 (matching CI) and air (hot-reload)
as Go tools available in the container for linting and local dev.
@rossnelson rossnelson merged commit 9d40432 into main Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants