Skip to content

Commit

Permalink
ci: update GitHub actions and API usage for improved CI/CD
Browse files Browse the repository at this point in the history
- Remove Bearer action from the workflow
- Update Codecov action from version 4 to version 5

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Dec 29, 2024
1 parent 899ccc9 commit db615b5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
version: latest
args: --verbose

- name: Bearer
uses: bearer/bearer-action@v2
with:
diff: true

test:
strategy:
matrix:
Expand Down Expand Up @@ -67,6 +62,6 @@ jobs:
go test -v -covermode=atomic -coverprofile=coverage.out
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 comments on commit db615b5

Please sign in to comment.