Skip to content

Commit

Permalink
Update to Go v1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Jul 31, 2021
1 parent 66b2f83 commit 2ea0b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.15-alpine AS builder
FROM golang:1.16-alpine AS builder

WORKDIR /src

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 2ea0b7d

Please sign in to comment.