chore(deps): update module go to 1.19 #12

Merged
Kichiyaki merged 2 commits from renovate/go-1.x into master 2022-08-24 14:16:29 +00:00
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -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

View File

@ -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