mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
stretch is the default and thus implied
This commit is contained in:
parent
8ac1f8bc4f
commit
441bbe12eb
|
|
@ -7,7 +7,7 @@ steps:
|
|||
DENDRITE_LINT_DISABLE_GC: "1"
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "golang:1.11-stretch"
|
||||
image: "golang:1.11"
|
||||
|
||||
- command:
|
||||
- "go test ./..."
|
||||
|
|
@ -17,7 +17,7 @@ steps:
|
|||
DENDRITE_LINT_DISABLE_GC: "1"
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "golang:1.11-stretch"
|
||||
image: "golang:1.11"
|
||||
|
||||
- command:
|
||||
- "go build ./cmd/..."
|
||||
|
|
@ -27,7 +27,7 @@ steps:
|
|||
DENDRITE_LINT_DISABLE_GC: "1"
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "golang:1.12-stretch"
|
||||
image: "golang:1.12"
|
||||
|
||||
- command:
|
||||
- "go test ./..."
|
||||
|
|
@ -37,7 +37,7 @@ steps:
|
|||
DENDRITE_LINT_DISABLE_GC: "1"
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "golang:1.12-stretch"
|
||||
image: "golang:1.12"
|
||||
|
||||
- command:
|
||||
- "./scripts/find-lint.sh"
|
||||
|
|
@ -47,4 +47,4 @@ steps:
|
|||
DENDRITE_LINT_DISABLE_GC: "1"
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "golang:1.12-stretch"
|
||||
image: "golang:1.12"
|
||||
|
|
|
|||
Loading…
Reference in a new issue