Skip to content

Commit

Permalink
ci: update actions/setup-go@v4, codecov/codecov-action@v3
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <[email protected]>
  • Loading branch information
sbinet committed Apr 11, 2023
1 parent 72ac04f commit bd7e871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache: true
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
version: "2023.1"

- name: Upload code coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

0 comments on commit bd7e871

Please sign in to comment.