Skip to content

Commit bbe1c5d

Browse files
committed
ci(deps): update CI workflows and Codecov action version
- 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]>
1 parent 1b237d4 commit bbe1c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest]
42-
go: ["1.20", 1.21, 1.22, 1.23]
42+
go: [1.22, 1.23]
4343
include:
4444
- os: ubuntu-latest
4545
go-build: ~/.cache/go-build
@@ -76,6 +76,6 @@ jobs:
7676
go test -v -run=^$ -count 5 -benchmem -bench . ./...
7777
7878
- name: Upload coverage to Codecov
79-
uses: codecov/codecov-action@v4
79+
uses: codecov/codecov-action@v5
8080
with:
8181
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 commit comments

Comments
 (0)