Skip to content

Commit b9034c7

Browse files
committed
Add Ubuntu 18.04
Just in case, we'd like to make sure the SDK is buildable on Ubuntu 18.04. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 3b22b31 commit b9034c7

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
go: ['1.13', '1.14', '1.15', '1.16', '1.17']
15-
os: ['ubuntu-20.04']
15+
os: ['ubuntu-18.04', 'ubuntu-20.04']
1616
fail-fast: false
1717
name: ${{ matrix.os }} / Go ${{ matrix.go }}
1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)