We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4305498 commit ec01ec4Copy full SHA for ec01ec4
.github/workflows/test.yml
@@ -63,7 +63,6 @@ jobs:
63
- ubuntu
64
- macOS
65
go:
66
- - 15
67
- 16
68
- 17
69
- 18
@@ -81,12 +80,8 @@ jobs:
81
80
82
- run: |
83
export GOBIN=$HOME/go/bin
84
- case "${{ matrix.go }}" in
85
- 14|15) _version='';;
86
- *) _version='@latest';;
87
- esac
88
- go install github.com/kyoh86/richgo"${_version}"
89
- go install github.com/mitchellh/gox"${_version}"
+ go install github.com/kyoh86/richgo@latest
+ go install github.com/mitchellh/gox@latest
90
91
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin/:$PATH make test
92
0 commit comments