Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ori-shalom committed May 21, 2023
1 parent 8ac020f commit 4c387ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- name: Install Golang
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.20
check-latest: true

- name: Print Go Version
run: go version

- name: Cache go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Test and produce coverage profile
id: coverage
run: echo "::set-output name=total::$(make test-coverage)"
run: echo "total=$(make test-coverage)" >> $GITHUB_OUTPUT

- name: Update README.md with coverage
run: |
Expand Down

0 comments on commit 4c387ae

Please sign in to comment.