There was an error while loading. Please reload this page.
1 parent e320144 commit f52a18aCopy full SHA for f52a18a
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
go: [ 1.19, 1.18, 1.17, 1.16 ]
9
- os: [ ubuntu-18.04, ubuntu-20.04 ]
+ os: [ ubuntu-22.04, ubuntu-20.04 ]
10
name: Tests Go ${{ matrix.go }} # This name is used in main branch protection rules
11
runs-on: ${{ matrix.os }}
12
0 commit comments