dependencies: Bump Golang and linter

* Go 1.14.5
* golangci-lint 1.28.3

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
Christopher Crone 2020-07-16 13:22:08 +02:00
parent 9a4e937c8b
commit 8ec9b3c77b
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: Run golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.28.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.28.3
./golangci-lint run --timeout 10m0s
build: