staticbackendhq / core

Backend server API handling user mgmt, database, storage and real-time component
https://staticbackend.com
MIT License
700 stars 66 forks source link

golang updated to 1.18 #34

Closed MyWay closed 2 years ago

MyWay commented 2 years ago

This fixes this error when building using docker:

github.com/staticbackendhq/core/internal

../internal/volatilizer.go:8:25: undefined: any ../internal/volatilizer.go:9:25: undefined: any ../internal/volatilizer.go:14:41: undefined: any note: module requires Go 1.18

dstpierre commented 2 years ago

@MyWay thanks for that