mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
ci: deprecate go 1.15 (#1866)
Remove testing for go 1.15 to allow CI to pass, but don't force projects to upgrade.
This commit is contained in:
parent
a6f198b635
commit
923592041e
1 changed files with 2 additions and 7 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -63,7 +63,6 @@ jobs:
|
||||||
- ubuntu
|
- ubuntu
|
||||||
- macOS
|
- macOS
|
||||||
go:
|
go:
|
||||||
- 15
|
|
||||||
- 16
|
- 16
|
||||||
- 17
|
- 17
|
||||||
- 18
|
- 18
|
||||||
|
@ -81,12 +80,8 @@ jobs:
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
export GOBIN=$HOME/go/bin
|
export GOBIN=$HOME/go/bin
|
||||||
case "${{ matrix.go }}" in
|
go install github.com/kyoh86/richgo@latest
|
||||||
14|15) _version='';;
|
go install github.com/mitchellh/gox@latest
|
||||||
*) _version='@latest';;
|
|
||||||
esac
|
|
||||||
go install github.com/kyoh86/richgo"${_version}"
|
|
||||||
go install github.com/mitchellh/gox"${_version}"
|
|
||||||
|
|
||||||
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin/:$PATH make richtest
|
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin/:$PATH make richtest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue