chore: remove make tasks for things moved out of the main repo#1226
Closed
skottler wants to merge 1 commit into
Closed
chore: remove make tasks for things moved out of the main repo#1226skottler wants to merge 1 commit into
skottler wants to merge 1 commit into
Conversation
|
@skottler is attempting to deploy a commit to the cloudquery Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
|
Thanks!! Im actually working on cq v2 which removes a lot of unneeded code as well as adding new features here - #1201 (the makefile update is also in my pr so I wont merge this as I'll keep getting conflicts untill I'll be able to merge my PR in the next couple of weeks) |
erezrokah
pushed a commit
that referenced
this pull request
Aug 14, 2022
…ger to v1.11.20 (#1226) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.11.19` -> `v1.11.20` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.11.20`](https://togithub.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.19...feature/s3/manager/v1.11.20) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.19...feature/s3/manager/v1.11.20) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
Contributor
|
Closing this, as I'll be taking care of this here shortly - #1201. Thanks ! 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This cleans up some terraform-related tasks in the Makefile that are no longer relevant to this repo.
Use the following steps to ensure your PR is ready to be reviewed
go fmtto format your code 🖊golangci-lint run🚨 (install golangci-lint here)