update go version in Dockerfile

This commit is contained in:
Jeeva Kandasamy 2021-07-07 06:32:52 +05:30 committed by GitHub
parent f157dbe9d3
commit fd2fb99394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.13.1
FROM golang:1.16
WORKDIR /gotty
COPY . /gotty