Skip to content

Commit

Permalink
dev: update goveralls install method
Browse files Browse the repository at this point in the history
  • Loading branch information
butuzov committed Feb 7, 2024
1 parent ccfa7d8 commit 28840aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
go:
- "1.18"
- "1.19"
- "1.19"
- "1.20"
- "1.21"
- "1.22"
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install goveralls
env: { GO111MODULE: "off" }
if: matrix.go == '1.22'
run: go get github.com/mattn/goveralls
run: go install github.com/mattn/goveralls@latest

- name: Coverage - Sending Report to Coveral
if: matrix.go == '1.22'
Expand Down

0 comments on commit 28840aa

Please sign in to comment.