Skip to content

Commit f3b9349

Browse files
committed
Add ubuntu 22.04 to github actions
Signed-off-by: utam0k <[email protected]>
1 parent 279a03c commit f3b9349

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
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: ['ubuntu-18.04', 'ubuntu-20.04']
16+
os: ['ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-22.04']
1717
go: ['1.16', '1.17']
1818
# Build all variants regardless of failures
1919
fail-fast: false

0 commit comments

Comments
 (0)