revel / revel

A high productivity, full-stack web framework for the Go language.

Home Page:http://revel.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with Go 1.18

ptman opened this issue · comments

Problem with Go 1.18

This setup works fine (other than the connection refused on the first request after a build cc @notzippy ):

FROM golang:1.18-buster

WORKDIR /app

RUN go install github.com/revel/cmd/revel@latest

CMD ["revel", "new", "-a", "testapp", "-r"]

What exactly is the g1.18 issue @ptman ?

revel < 1.1.0