Skip to content

Commit 8d5b836

Browse files
committed
Add go1.18 to test case
1 parent 4520994 commit 8d5b836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- run: |
4040
test '${{ steps.go-version.outputs.minimal }}' == '1.13'
4141
- run: |
42-
test '${{ steps.go-version.outputs.latest }}' == '1.17'
42+
test '${{ steps.go-version.outputs.latest }}' == '1.18'
4343
- run: |
44-
test '${{ steps.go-version.outputs.matrix }}' == '["1.17","1.16","1.15","1.14","1.13"]'
44+
test '${{ steps.go-version.outputs.matrix }}' == '["1.18","1.17","1.16","1.15","1.14","1.13"]'

0 commit comments

Comments
 (0)