Skip to content

Commit 33041cc

Browse files
committed
Add Go 1.14
Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent adac767 commit 33041cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
go: ['1.11', '1.12', '1.13']
20+
go: ['1.11', '1.12', '1.13', '1.14']
2121
name: Go ${{ matrix.go }}
2222

2323
steps:

0 commit comments

Comments
 (0)