mirror of
https://github.com/docker/compose.git
synced 2026-08-28 04:18:05 +00:00
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:
parent
9a4e937c8b
commit
8ec9b3c77b
2 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue