We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0076e13 commit e8912f3Copy full SHA for e8912f3
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
go: [ "1.23", "1.22" ]
9
- os: [ ubuntu-24.04, ubuntu-22.04, ubuntu-20.04 ]
+ os: [ ubuntu-24.04, ubuntu-22.04 ]
10
name: Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
11
runs-on: ${{ matrix.os }}
12
0 commit comments