Use Go 1.21.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-09-22 16:26:46 -07:00
parent be0d7f60c8
commit 5383ef8f9b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
module go.elara.ws/lure-web/lure-backend
go 1.21.1
go 1.21.0
require (
github.com/go-chi/chi/v5 v5.0.10