mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-10-16 08:43:44 +08:00
Bump buildkit to master and fix versions incompatible with go mod 1.13
Bump github.com/gogo/googleapis to v1.3.2 Bump github.com/docker/cli to master Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
This commit is contained in:
6
vendor/github.com/tonistiigi/fsutil/.travis.yml
generated
vendored
6
vendor/github.com/tonistiigi/fsutil/.travis.yml
generated
vendored
@@ -7,8 +7,7 @@ services:
|
||||
language: go
|
||||
|
||||
go:
|
||||
- "1.11.x"
|
||||
|
||||
- "1.12.x"
|
||||
|
||||
install:
|
||||
- export GO111MODULE=on
|
||||
@@ -19,3 +18,6 @@ script:
|
||||
- sudo ./test -test.v
|
||||
- go test -c -o test ./copy
|
||||
- sudo ./test -test.v
|
||||
- GOOS=darwin go build ./...
|
||||
- GOOS=windows go build ./...
|
||||
- GOARCH=arm GOARM=7 go build ./...
|
||||
|
Reference in New Issue
Block a user