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

fix: update versions installed in devcontainer #835

Merged
merged 1 commit into from
Mar 18, 2022

Conversation

lnr0626
Copy link
Contributor

@lnr0626 lnr0626 commented Mar 17, 2022

Updated versions:

  • golang base container updated to 1.17
  • jq updated to 1.6
  • helm updated to 3.7.0
  • kind updated to 0.12.0
  • kubectl updated to 1.22.2

This also removes a few packages that were installed and are currently marked as deprecated where the replacements are packages we're already installing:

  • gocode/gocod-mod is superseeded by gopls
  • gometalinter is superseeded by golangci-lint

Additionally, golangci-lint is now installed via go install instead of curl-ing then sourcing the install script

Reason for Change:

When working on #834 I ran into some issues because the devcontainer was configured to use an older version of go than this project currently requires.

Requirements

  • squashed commits
  • included documentation (not applicable)
  • added unit tests and e2e tests (if applicable). (not applicable)

Issue Fixed:

Does this change contain code from or inspired by another project?

  • Yes
  • No

If "Yes," did you notify that project's maintainers and provide attribution?

Special Notes for Reviewers:
I've verified this works as I expect it to on both windows and macOS, I do not have a linux dev machine but I wouldn't expect any of these changes to break on linux.

Updated versions:
- golang base container updated to 1.17
- jq updated to 1.6
- helm updated to 3.7.0
- kind updated to 0.12.0
- kubectl updated to 1.22.2

This also removes a few packages that were installed and are currently marked as deprecated where the replacements are packages we're already installing:
- gocode/gocod-mod is superseeded by gopls
- gometalinter is superseeded by golangci-lint

Additionally, golangci-lint is now installed via go install instead of curl-ing then sourcing the install script
@aramase aramase requested review from aramase and nilekhc March 17, 2022 18:32
Copy link
Member

@aramase aramase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @lnr0626!

lgtm

@aramase
Copy link
Member

aramase commented Mar 17, 2022

/azp run pr-e2e

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@nilekhc nilekhc merged commit 6cff99c into Azure:master Mar 18, 2022
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.

3 participants