chore: update go version to 1.22.5 and add new toolchain configuration
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
module gitlab.com/unboundsoftware/dancefinder/geo-service
|
||||
|
||||
go 1.13
|
||||
go 1.22
|
||||
|
||||
toolchain go1.22.5
|
||||
|
||||
require (
|
||||
github.com/caarlos0/env v3.5.0+incompatible
|
||||
googlemaps.github.io/maps v1.7.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/sergi/go-diff v1.2.0 // indirect
|
||||
github.com/stretchr/testify v1.7.0 // indirect
|
||||
googlemaps.github.io/maps v1.7.0
|
||||
go.opencensus.io v0.22.3 // indirect
|
||||
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user