Update to Go v1.16

This commit is contained in:
Timur Demin 2021-08-01 04:15:32 +05:00
parent 66b2f83a88
commit 2ea0b7d5fa
No known key found for this signature in database
GPG key ID: 9EDF3F9D9286FA20
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.15-alpine AS builder
FROM golang:1.16-alpine AS builder
WORKDIR /src

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/tdemin/gmnhg
go 1.15
go 1.16
require (
github.com/gomarkdown/markdown v0.0.0-20201024011455-45c732cc8a6b