*(global): upgrade dependencies, start using Go v1.14

This commit is contained in:
Andrey Meshkov
2020-04-05 18:21:26 +03:00
parent c73dd5577f
commit d5b826e12f
7 changed files with 131 additions and 116 deletions

View File

@@ -3,7 +3,7 @@ language: go
sudo: false
go:
- 1.13.x
- 1.14.x
os:
- linux
- osx
@@ -11,7 +11,7 @@ os:
before_install:
- nvm install node
- npm install -g npm
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.19.1
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.23.8
install:
- npm --prefix client ci
@@ -37,7 +37,7 @@ matrix:
- if: repo = AdguardTeam/AdGuardHome
- name: release
go:
- 1.13.x
- 1.14.x
os:
- linux
@@ -63,7 +63,7 @@ matrix:
- name: docker
if: type != pull_request AND (branch = master OR tag IS present) AND repo = AdguardTeam/AdGuardHome
go:
- 1.13.x
- 1.14.x
os:
- linux
services: