From cea2f8c746e7916b0f20929011406954d9f6d7f8 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 24 Aug 2022 14:16:28 +0000 Subject: [PATCH] chore(deps): update module go to 1.19 (#12) 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 | |---|---|---|---| | [go](https://go.dev/) ([source](https://github.com/golang/go)) | golang | minor | `1.18` -> `1.19` | --- ### 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. --- - [x] 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 Co-authored-by: Dawid Wysokiński Reviewed-on: https://gitea.dwysokinski.me/Kichiyaki/notificationarr/pulls/12 Co-authored-by: renovate Co-committed-by: renovate --- go.mod | 2 +- internal/tools/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 82d6b20..1cb9394 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gitea.dwysokinski.me/Kichiyaki/notificationarr -go 1.18 +go 1.19 require ( github.com/go-chi/chi/v5 v5.0.7 diff --git a/internal/tools/go.mod b/internal/tools/go.mod index 2b3eccf..ad5d087 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -1,6 +1,6 @@ module gitea.dwysokinski.me/Kichiyaki/notificationarr/internal/tools -go 1.18 +go 1.19 require ( github.com/golangci/golangci-lint v1.49.0