Bump go version to 1.21.3 (it fix HTTP/2 Stream Resets issue)

This commit is contained in:
Daniel Carrillo 2023-10-12 12:14:49 +02:00
parent d767afd658
commit d5b244dc5f
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/dcarrillo/whatismyip
go 1.21
go 1.21.3
require (
github.com/gin-contrib/secure v0.0.1