Skip to content

Commit 38567e7

Browse files
authored
Merge pull request #699 from utam0k/update-gh-actions
Update gh actions
2 parents 279a03c + 550299b commit 38567e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
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-20.04', 'ubuntu-22.04']
1717
go: ['1.16', '1.17']
1818
# Build all variants regardless of failures
1919
fail-fast: false
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
with:
2727
# By default, the checkout action only fetches the last commit,
2828
# but we want to run DCO check against all commit messages.

0 commit comments

Comments
 (0)