Update module go to 1.19

This commit is contained in:
renovate[bot] 2022-08-02 16:57:53 +00:00 committed by GitHub
parent 594802e6bb
commit 6b3f4f4a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/georgyo/ifconfig.io
go 1.13
go 1.19
require (
github.com/gin-gonic/gin v1.8.1