Skip to content

Commit

Permalink
ci(deps): update CI workflows and Codecov action version
Browse files Browse the repository at this point in the history
- Remove support for Go versions 1.20 and 1.21 in the GitHub Actions workflow
- Update Codecov action from version 4 to version 5

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Nov 24, 2024
1 parent 1b237d4 commit bbe1c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: ["1.20", 1.21, 1.22, 1.23]
go: [1.22, 1.23]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down Expand Up @@ -76,6 +76,6 @@ jobs:
go test -v -run=^$ -count 5 -benchmem -bench . ./...
- 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 bbe1c5d

Please sign in to comment.