Skip to content

Commit b1febd1

Browse files
committed
Add Go 1.16
Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 90688a4 commit b1febd1

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
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
go: ['1.11', '1.12', '1.13', '1.14', '1.15']
14+
go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16']
1515
os: ['ubuntu-20.04']
1616
fail-fast: false
1717
name: ${{ matrix.os }} / Go ${{ matrix.go }}

0 commit comments

Comments
 (0)