Skip to content

Commit dbd9569

Browse files
chore: update codecov action
1 parent ef47bb9 commit dbd9569

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.19
19+
go-version: 1.24.0
2020

2121
- name: Build
2222
run: go build -v ./...
2323

2424
- name: Test
25-
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
26-
25+
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
26+
2727
- name: Upload coverage to Codecov
2828
uses: codecov/codecov-action@v3
2929
env:

0 commit comments

Comments
 (0)