Skip to content

Commit

Permalink
update test coverage golang version
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Jun 11, 2024
1 parent 21e971a commit 29c891a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup Go 1.19.x
- name: Setup Go 1.20
uses: actions/setup-go@v4
with:
# Semantic version range syntax or exact version of Go
go-version: '1.19.x'
go-version: '1.20'
cache-dependency-path: ./go.sum
- name: Install dependencies
run: |
Expand Down

0 comments on commit 29c891a

Please sign in to comment.