mirror of
https://github.com/containers/podman.git
synced 2025-09-09 17:42:22 +08:00

Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.25.0 to 1.28.0. - [Release notes](https://github.com/containers/storage/releases) - [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md) - [Commits](https://github.com/containers/storage/compare/v1.25.0...v1.28.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
25 lines
412 B
YAML
25 lines
412 B
YAML
version: "{build}"
|
|
|
|
platform: x64
|
|
|
|
clone_folder: c:\gopath\src\go.opencensus.io
|
|
|
|
environment:
|
|
GOPATH: 'c:\gopath'
|
|
GO111MODULE: 'on'
|
|
CGO_ENABLED: '0' # See: https://github.com/appveyor/ci/issues/2613
|
|
|
|
stack: go 1.11
|
|
|
|
before_test:
|
|
- go version
|
|
- go env
|
|
|
|
build: false
|
|
deploy: false
|
|
|
|
test_script:
|
|
- cd %APPVEYOR_BUILD_FOLDER%
|
|
- go build -v .\...
|
|
- go test -v .\... # No -race because cgo is disabled
|