Skip to content

Commit

Permalink
Merge pull request #2259 from drewsonne/f-vendor-docs
Browse files Browse the repository at this point in the history
Added note about updating the vendor folder.
  • Loading branch information
radeksimko committed Nov 13, 2017
2 parents ce28900 + f4b8971 commit 8297de7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ In order to run the full suite of Acceptance tests, run `make testacc`.
```sh
$ make testacc
```

If you need to add a new package in the vendor directory under `github.com/aws/aws-sdk-go`, create a separate PR handling _only_ the update of the vendor for your new requirement. Make sure to pin your dependency to a specific version, and that all versions of `github.com/aws/aws-sdk-go/*` are pinned to the same version.

0 comments on commit 8297de7

Please sign in to comment.