jhannah / legislature_calendar

Calendars of legislature activity
Do What The F*ck You Want To Public License
2 stars 2 forks source link

Golang 1.18 #8

Closed nitrocode closed 2 years ago

nitrocode commented 2 years ago

Ran the following to upgrade

go mod edit -go 1.18
go get -u

Tested locally with golang 1.18

$ go version
go version go1.18 darwin/amd64
$ go run server.go

Tested Dockerfile

make all
jhannah commented 2 years ago

Thanks!