mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.6.0 to 1.11.0. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](https://github.com/spf13/afero/compare/v1.6.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/spf13/afero dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 lines
276 B
YAML
Generated
11 lines
276 B
YAML
Generated
# This currently does nothing. We have moved to GitHub action, but this is kept
|
|
# until spf13 has disabled this project in AppVeyor.
|
|
version: '{build}'
|
|
clone_folder: C:\gopath\src\github.com\spf13\afero
|
|
environment:
|
|
GOPATH: C:\gopath
|
|
build_script:
|
|
- cmd: >-
|
|
go version
|
|
|