mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-15 10:04:44 +00: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:
parent
769e743563
commit
997db04b9f
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- tip
|
||||
|
|
Loading…
Add table
Reference in a new issue