Skip to content

Commit

Permalink
⬆ Run Coverage in Go 1.21 only
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Aug 10, 2023
1 parent 5d22ae8 commit 96a407d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: ["1.20.x"] # the coverage measurement is enough in 1 version, no need for all
go-version: ["1.21.x"] # the coverage measurement is enough in 1 version, no need for all
os: [ubuntu-latest]
steps:
- name: Install Go
Expand Down

0 comments on commit 96a407d

Please sign in to comment.