Update to Go v1.16
This commit is contained in:
parent
66b2f83a88
commit
2ea0b7d5fa
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.15-alpine AS builder
|
||||
FROM golang:1.16-alpine AS builder
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue