Skip to content

Commit

Permalink
ci: deprecate go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Nov 23, 2022
1 parent 4305498 commit ec01ec4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Expand Up @@ -63,7 +63,6 @@ jobs:
- ubuntu
- macOS
go:
- 15
- 16
- 17
- 18
Expand All @@ -81,12 +80,8 @@ jobs:

- run: |
export GOBIN=$HOME/go/bin
case "${{ matrix.go }}" in
14|15) _version='';;
*) _version='@latest';;
esac
go install github.com/kyoh86/richgo"${_version}"
go install github.com/mitchellh/gox"${_version}"
go install github.com/kyoh86/richgo@latest
go install github.com/mitchellh/gox@latest
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin/:$PATH make test

Expand Down

0 comments on commit ec01ec4

Please sign in to comment.