Skip to content

Commit

Permalink
- Pin Go 1.19 for coverage bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jun 12, 2024
1 parent 5e4507c commit 262b36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.22' # TODO: There is a bug in 1.20 that isn't calculating coverage correctly
go-version: '1.19' # TODO: There is a bug in 1.20 that isn't calculating coverage correctly
- name: Install dependencies
run: make install
- name: Analyze coverage
Expand All @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.22' # TODO: There is a bug in 1.20 that isn't calculating coverage correctly
go-version: '1.19' # TODO: There is a bug in 1.20 that isn't calculating coverage correctly
- name: Install dependencies
run: make install
- name: analyze coverage
Expand Down

0 comments on commit 262b36a

Please sign in to comment.