Skip to content

Commit 01f073e

Browse files
authored
ci: add Go 1.15.x
1 parent abeaefd commit 01f073e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Test
2222
strategy:
2323
matrix:
24-
go-version: [1.13.x, 1.14.x]
24+
go-version: [1.13.x, 1.14.x, 1.15.x]
2525
platform: [ubuntu-latest, macos-latest, windows-latest]
2626
runs-on: ${{ matrix.platform }}
2727
steps:

0 commit comments

Comments
 (0)