1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-16 02:33:33 +02:00

Build the tls config generator only with Go versions compatible with Go 1.12

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
Cosmin Cojocar 2019-09-09 15:42:26 +02:00 committed by Grant Murphy
parent 81b6dc8872
commit 43e3664713

View File

@ -1,3 +1,5 @@
// +build go1.12
package main
import (