chore: update Go, and linter

This commit is contained in:
Fernandez Ludovic
2023-07-08 15:47:33 +02:00
parent 09b74d7912
commit eeea0e75c9
6 changed files with 29 additions and 52 deletions

2
go.mod
View File

@ -1,5 +1,5 @@
module github.com/traefik/whoami
go 1.19
go 1.20
require github.com/gorilla/websocket v1.4.2