Skip to content

Commit c89b8f2

Browse files
committed
Add Go 1.17
Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent b17051d commit c89b8f2

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
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: ['ubuntu-18.04', 'ubuntu-20.04']
17-
go: ['1.13', '1.14', '1.15', '1.16']
17+
go: ['1.13', '1.14', '1.15', '1.16', '1.17']
1818
# Build all variants regardless of failures
1919
fail-fast: false
2020

0 commit comments

Comments
 (0)