Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-17 19:06:23 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-19 07:57:32 +0300
commite1c89e281f9af0e15a0d3035ce4ff1fe1ada2b79 (patch)
treec084997a11e2fab6857ee1553781cbca2e5a03a3 /go.mod
parentd79892fe182e3c28cd055bd34669d82c1ab5294b (diff)
build: bump go to 1.16
Changelog: changed
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1dac1973..650a7c44 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module gitlab.com/gitlab-org/gitlab-pages
-go 1.15
+go 1.16
require (
github.com/andybalholm/brotli v1.0.3