Skip to content

Commit f2f4ea1

Browse files
committed
ci: update CI workflows and dependencies for Go and Codecov
- Update Go versions in the workflow to include 1.23 and remove 1.20 - Upgrade Codecov action from v4 to v5 Signed-off-by: appleboy <[email protected]>
1 parent ef5d6db commit f2f4ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest]
34-
go: ["1.20", 1.21, 1.22]
34+
go: [1.21, 1.22, 1.23]
3535
include:
3636
- os: ubuntu-latest
3737
go-build: ~/.cache/go-build
@@ -64,6 +64,6 @@ jobs:
6464
go test -v -covermode=atomic -coverprofile=coverage.out
6565
6666
- name: Upload coverage to Codecov
67-
uses: codecov/codecov-action@v4
67+
uses: codecov/codecov-action@v5
6868
with:
6969
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 commit comments

Comments
 (0)