mirror of
https://github.com/adnanh/webhook.git
synced 2026-07-26 17:19:17 +08:00
Require Go 1.12 or newer
Go 1.11 does not support TLS 1.3. To simplify cipher suite selection, we now require at least Go 1.12.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- tip
|
||||
|
||||
Reference in New Issue
Block a user