Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
deelawn committed Jul 12, 2023
1 parent cbfa70c commit 15ae497
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.20

- name: Check out code
uses: actions/checkout@v2
go-version: "1.15"

- name: Run tests and calculate coverage
run: make test-coverage
Expand Down

0 comments on commit 15ae497

Please sign in to comment.