mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Bumped underlying dependencies affecting database and LDAP connectivity. Bumped to Go v1.14.3 and released v3.8.0.
10 lines
120 B
YAML
10 lines
120 B
YAML
language: go
|
|
go_import_path: github.com/pkg/errors
|
|
go:
|
|
- 1.11.x
|
|
- 1.12.x
|
|
- 1.13.x
|
|
- tip
|
|
|
|
script:
|
|
- make check
|