mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.5.0 to 1.7.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.5.0...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
19 lines
233 B
YAML
19 lines
233 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.10.x
|
|
- 1.11.x
|
|
- 1.12.x
|
|
- gotip
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
install:
|
|
- go get -v ./...
|
|
- go build ./...
|
|
- go get github.com/onsi/ginkgo
|
|
- go install github.com/onsi/ginkgo/ginkgo
|
|
|
|
script: make test
|