Skip to content

Use the new GO 1.19 build image #4829

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

Merged

Conversation

alvinlin123
Copy link
Contributor

@alvinlin123 alvinlin123 commented Aug 12, 2022

What this PR does:

Build Cortex with Go 1.19.

I had to fix some lint errors because I had to switch from golint to revive because golint is not maintained anymore and is deprecated. After the switch I tried to fix as much linting error as I can; however, I can't fix all the error of using deprecated io/ioutils module because there are way too many; I will follow this up with #4828. For now I configure linter to ignore deprecated module usage error.

Which issue(s) this PR fixes:
Fixes #4817

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Signed-off-by: Alvin Lin <[email protected]>
@alvinlin123 alvinlin123 force-pushed the try-go-1.19-build-image branch from c1097e7 to a65ae9a Compare August 12, 2022 19:14
@alvinlin123 alvinlin123 marked this pull request as ready for review August 12, 2022 20:48
@alvinlin123 alvinlin123 merged commit 68e781a into cortexproject:master Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Go 1.18
2 participants