We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686397e commit f8d8ad7Copy full SHA for f8d8ad7
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
go-version: [1.23.x, 1.22.x]
14
- platform: [ubuntu-20.04, macos-latest]
+ platform: [ubuntu-latest, macos-latest]
15
runs-on: ${{ matrix.platform }}
16
env:
17
GO111MODULE: on
@@ -66,7 +66,7 @@ jobs:
66
go install -v ./...
67
68
- name: Test Linux
69
- if: matrix.platform == 'ubuntu-20.04'
+ if: matrix.platform == 'ubuntu-latest'
70
run: |
71
go test -v ./...
72
./.ci/check-imports.sh
@@ -83,5 +83,5 @@ jobs:
83
84
85
- name: Upload-Coverage
86
87
uses: codecov/codecov-action@v2
0 commit comments