Skip to content

Commit 415d847

Browse files
committed
Update GHA runner images
Signed-off-by: Austin Vazquez <[email protected]>
1 parent 4648d28 commit 415d847

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.14', '1.15', '1.16', '1.17', '1.18', '1.19']
15-
os: ['ubuntu-18.04', 'ubuntu-20.04']
15+
os: ['ubuntu-22.04']
1616
fail-fast: false
1717
name: ${{ matrix.os }} / Go ${{ matrix.go }}
1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)