From fb967745448407a37439fdf91f387ae68833bbaf Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 5 Oct 2022 03:35:18 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.50 (#13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golangci/golangci-lint | docker | minor | `v1.49` -> `v1.50` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Reviewed-on: https://gitea.dwysokinski.me/Kichiyaki/gootp/pulls/13 Co-authored-by: renovate Co-committed-by: renovate --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1ef4791..e1fa089 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ name: golangci-lint steps: - name: run golangci-lint - image: golangci/golangci-lint:v1.49 + image: golangci/golangci-lint:v1.50 commands: - golangci-lint run