Skip to content

Commit 0aea7ba

Browse files
authored
Update codacy-coverage.yml
1 parent 7efecc6 commit 0aea7ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codacy-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.18
19+
go-version: 1.19
2020

2121
- name: Create Coverage File
2222
run: go test ./... -race -v -covermode atomic -coverprofile=covprofile ./...

0 commit comments

Comments
 (0)