Skip to content

Commit f2e6d88

Browse files
authored
ci: add Go 1.15.x
1 parent 85871e5 commit f2e6d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Test
2020
strategy:
2121
matrix:
22-
go-version: [1.13.x, 1.14.x]
22+
go-version: [1.13.x, 1.14.x, 1.15.x]
2323
platform: [ubuntu-latest, macos-latest, windows-latest]
2424
runs-on: ${{ matrix.platform }}
2525
steps:

0 commit comments

Comments
 (0)