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-07-09 04:44:40 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-02 10:58:30 +0300
commitab0dfbe354a5cbeb078c356729756cb37bbfd5f0 (patch)
tree7bec2abb5673e20be6a31dde21158595ffda1c2b /go.mod
parente48c8977887e0f33f2934b46e97e8dfe96f08d92 (diff)
build: bump minimum version to go 1.15
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 a1bf9623..deb94c47 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module gitlab.com/gitlab-org/gitlab-pages
-go 1.14
+go 1.15
require (
github.com/andybalholm/brotli v1.0.3