Skip to content

Commit

Permalink
Update Github actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed May 30, 2024
1 parent 275f871 commit 974a9fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.22.x]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand All @@ -21,6 +21,6 @@ jobs:

- name: Upload coverage
if: success()
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true

0 comments on commit 974a9fb

Please sign in to comment.