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
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-06-30 10:12:11 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-06-30 10:12:11 +0300
commite5047117de3b533b3e6643e237bbef0218718130 (patch)
tree4522e4e6103d3bbc90bcab583d8ba676a3e0133d
parente0a97875afffe39e72bda599bbb6d1820f072987 (diff)
Use correct build tag
-rw-r--r--internal/tlsconfig/validate_go1_13.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tlsconfig/validate_go1_13.go b/internal/tlsconfig/validate_go1_13.go
index 075b774f..e26e001d 100644
--- a/internal/tlsconfig/validate_go1_13.go
+++ b/internal/tlsconfig/validate_go1_13.go
@@ -1,4 +1,4 @@
-// +build !go1.14
+// +build go1.13,!go1.14
package tlsconfig