Skip to content

Commit

Permalink
Merge pull request #40 from javiertelioz/develop
Browse files Browse the repository at this point in the history
feat: update actions to test
  • Loading branch information
javiertelioz authored Feb 24, 2024
2 parents a2f6218 + dd5ea74 commit d25c7ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x

- name: Run tests and get coverage
run: |
Expand Down

0 comments on commit d25c7ab

Please sign in to comment.