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:
authorJaime Martinez <jmartinez@gitlab.com>2023-02-09 02:06:51 +0300
committerJaime Martinez <jmartinez@gitlab.com>2023-02-09 02:06:51 +0300
commita0766fc3152993b320824d73055b903f624387f5 (patch)
tree3fe8cb50c4d84545134b4e377c82be075c86af48 /go.mod
parent298f8eccf2fcb88280be3ea6ecee81842c1f77d4 (diff)
parent89eade2153a0c43a3ae0dd131fe0b9a57955e763 (diff)
Merge branch 'kassio/update-golang' into 'master'
Update go to 1.18 See merge request https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/851 Merged-by: Jaime Martinez <jmartinez@gitlab.com> Co-authored-by: Kassio Borges <kassioborgesm@gmail.com> Changelog: changed
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 4 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 72b81a0b..a25fc58d 100644
--- a/go.mod
+++ b/go.mod
@@ -2,9 +2,10 @@ module gitlab.com/gitlab-org/gitlab-pages
// before bumping this:
// - update the minimum version used in ci
-// - make sure the internal/vfs/serving package is synced
-// with upstream
-go 1.17
+// - make sure the internal/vfs/serving package is synced with upstream
+// - which can be done in the go repository with:
+// git log --oneline -s -L:serveContent:src/net/http/fs.go --since="2021-02-16"
+go 1.18
require (
github.com/golang-jwt/jwt/v4 v4.1.0