Skip to content

Commit 4cd9e30

Browse files
committed
Fix Linux CI, bump to Ubuntu 22.04
1 parent 4163fa6 commit 4cd9e30

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
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-20.04, macos-latest, windows-latest]
15+
os: [ubuntu-22.04, macos-latest, windows-latest]
1616
steps:
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)