tlshandshake/.gitlab-ci.yml

7 lines
136 B
YAML
Raw Normal View History

2020-01-06 17:54:12 +00:00
default:
2020-01-06 17:56:02 +00:00
image: golang:1.13
script:
- uname -a
- go run cmd/tlshandshake/tlshandshake.go -tls_min 1.2 -tls_max 1.3 onet.pl
2020-01-06 17:54:12 +00:00