Skip to content

Commit 893e994

Browse files
committed
Updated some github actions
1 parent 45e89d4 commit 893e994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
go-version: 1.22
2727
cache-dependency-path: ${{ matrix.dir }}/go.sum
2828
- name: Build
29-
run: go build -mod=readonly -v ./...
29+
run: go build -v ./...
3030
working-directory: ${{ matrix.dir }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: ${{ matrix.dir }}
3030
run: go test -mod=readonly ./... -coverprofile=coverage.txt
3131
- name: Coverage
32-
uses: codecov/codecov-action@v3
32+
uses: codecov/codecov-action@v4
3333
with:
3434
file: ${{ matrix.dir }}/coverage.txt
3535
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)