mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
tools: Update Go and linter
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
16acc36033
commit
878783d271
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.27.0
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.28.1
|
||||
./golangci-lint run --timeout 10m0s
|
||||
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue