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

tests/provider: Use Go Modules for tool versioning #8034

Merged
merged 1 commit into from
Mar 21, 2019
Merged

Conversation

bflad
Copy link
Contributor

@bflad bflad commented Mar 21, 2019

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

References:

This installation method allows us to control tooling versions via Go Modules instead of receiving unexpected updates from latest upstream code. We prefer this method over installing binaries from shell scripts and needing to manually manage tooling versions in other ways.

We start by pinning golangci-lint@v1.15.0 and misspell@v0.3.4.

@bflad bflad added tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. provider Pertains to the provider itself, rather than any interaction with AWS. labels Mar 21, 2019
@ghost ghost added the size/L Managed by automation to categorize the size of a PR. label Mar 21, 2019
@bflad bflad force-pushed the t-tools-go-install branch from 3cf6da7 to 7132b3f Compare March 21, 2019 11:53
@ghost ghost added size/XXL Managed by automation to categorize the size of a PR. and removed size/L Managed by automation to categorize the size of a PR. labels Mar 21, 2019
@bflad bflad force-pushed the t-tools-go-install branch from 7132b3f to 7ac5afa Compare March 21, 2019 11:58
References:

* #7993
* https://github.com/go-modules-by-example/index/blob/master/010_tools/README.md

This installation method allows us to control tooling versions via Go Modules instead of receiving unexpected updates from latest upstream code. We prefer this method over installing binaries from shell scripts and needing to manually manage tooling versions in other ways.

We start by pinning golangci-lint@v1.15.0 and misspell@v0.3.4.
@bflad bflad force-pushed the t-tools-go-install branch from 7ac5afa to dafe87a Compare March 21, 2019 12:05
@bflad bflad requested a review from a team March 21, 2019 12:13
Copy link
Contributor

@nywilken nywilken left a comment

Choose a reason for hiding this comment

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

Nicely done 👍

@bflad bflad added this to the v2.3.0 milestone Mar 21, 2019
@bflad bflad merged commit e3164da into master Mar 21, 2019
@bflad bflad deleted the t-tools-go-install branch March 21, 2019 13:27
@ghost
Copy link

ghost commented Mar 31, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
provider Pertains to the provider itself, rather than any interaction with AWS. size/XXL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants