Closed nckrss closed 9 months ago
I updated the Dockerfile
to use golang:1.21
because using golang:latest
introduces incompatible changes between the linter v1.52.2 and go 1.22. Updating the linter to v1.56.2 (latest) raises new lint errors not in scope for this PR. If you're open to updating dependencies, I can open a separate PR to update the dependencies and fix lint errors.
Thanks @nckrss for the change!
I updated the
Dockerfile
to usegolang:1.21
because usinggolang:latest
introduces incompatible changes between the linter v1.52.2 and go 1.22. Updating the linter to v1.56.2 (latest) raises new lint errors not in scope for this PR. If you're open to updating dependencies, I can open a separate PR to update the dependencies and fix lint errors.
If you would like to do this, I would love to review the PR! Thanks in advance!
If you would like to do this, I would love to review the PR! Thanks in advance!
Opened #353