Merge pull request #153 in DNS/adguard-dns from fix/595 to master

* commit '2dc2a0946a28f41736228db1065654716907c5b8':
  Fix #595 - Start using GO 1.12
This commit is contained in:
Alexey Dmitrievskiy
2019-02-28 18:05:27 +03:00
4 changed files with 17 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ language: go
sudo: false
go:
- 1.11.x
- 1.12.x
- 1.x
os:
- linux
@@ -38,7 +38,7 @@ matrix:
# Release build configuration
- name: release
go:
- 1.11.x
- 1.12.x
os:
- linux
@@ -66,7 +66,7 @@ matrix:
- name: docker
if: type != pull_request AND (branch = master OR tag IS present)
go:
- 1.11.x
- 1.12.x
os:
- linux
services: