Skip to content

Commit ec01ec4

Browse files
committed
ci: deprecate go 1.15
1 parent 4305498 commit ec01ec4

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
- ubuntu
6464
- macOS
6565
go:
66-
- 15
6766
- 16
6867
- 17
6968
- 18
@@ -81,12 +80,8 @@ jobs:
8180

8281
- run: |
8382
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}"
83+
go install github.com/kyoh86/richgo@latest
84+
go install github.com/mitchellh/gox@latest
9085
9186
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin/:$PATH make test
9287

0 commit comments

Comments
 (0)