chore(ci): upgrade go to v1.23 and linter

This commit is contained in:
Michel Loiseleur
2025-01-21 10:02:04 +01:00
committed by GitHub
parent dec1ed84e3
commit 4c339e1ec6
6 changed files with 7 additions and 25 deletions

6
go.mod
View File

@ -1,7 +1,5 @@
module github.com/traefik/whoami
go 1.21
go 1.23
require github.com/gorilla/websocket v1.5.1
require golang.org/x/net v0.25.0 // indirect
require github.com/gorilla/websocket v1.5.3