Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Commit 7d9dff3

Browse files
committed
Update github workflow
1 parent 8b99006 commit 7d9dff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/default.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: go build -v ./...
2727

2828
- name: Lint
29-
uses: golangci/golangci-lint-action@v3
29+
uses: golangci/golangci-lint-action@master
3030
with:
3131
version: latest
3232
skip-pkg-cache: true
@@ -36,9 +36,9 @@ jobs:
3636
run: go test -race -v -coverprofile=coverage.out -covermode=atomic ./...
3737

3838
- name: Send coverage
39-
uses: shogo82148/actions-goveralls@v1
39+
uses: coverallsapp/github-action@v2
4040
with:
41-
path-to-profile: coverage.out
41+
file: coverage.out
4242

4343
- name: Run Gosec Security Scanner
4444
uses: securego/gosec@master

0 commit comments

Comments
 (0)