Skip to content

Commit

Permalink
ci: test on Golang 1.18 (spf13#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Mar 17, 2022
1 parent 37463cf commit 65b1195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- 15
- 16
- 17
- 18
name: '${{ matrix.platform }} | 1.${{ matrix.go }}.x'
runs-on: ${{ matrix.platform }}-latest
steps:
Expand All @@ -55,7 +56,7 @@ jobs:
- run: |
export GOBIN=$HOME/go/bin
case "${{ matrix.go }}" in
16|17) _version='@latest';;
16|17|18) _version='@latest';;
*) _version='';;
esac
go install github.com/kyoh86/richgo"${_version}"
Expand Down

0 comments on commit 65b1195

Please sign in to comment.