Bump go version to 1.20

This commit is contained in:
Soren L. Hansen
2023-07-28 08:09:15 -07:00
parent 2204b28af9
commit bf3eae1d9a
2 changed files with 10 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ COPY js /gotty/js
COPY Makefile /gotty/
RUN make bindata/static/js/gotty.js.map
FROM golang:1.16 as go-build
FROM golang:1.20 as go-build
WORKDIR /gotty
COPY . /gotty
COPY --from=js-build /gotty/js/node_modules /gotty/js/node_modules