Skip to content

Commit 30792dc

Browse files
committed
ci: refactor GitHub Actions workflows
- Update the GitHub Actions workflow to use version 4 of the golangci-lint-action - Update the GitHub Actions workflow to use version 4 of the codecov-action Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent f08c1bc commit 30792dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version-file: go.mod
2121
check-latest: true
2222
- name: Setup golangci-lint
23-
uses: golangci/golangci-lint-action@v3
23+
uses: golangci/golangci-lint-action@v4
2424
with:
2525
args: --verbose
2626
test:
@@ -62,6 +62,6 @@ jobs:
6262
go test -v -covermode=atomic -coverprofile=coverage.out
6363
6464
- name: Upload coverage to Codecov
65-
uses: codecov/codecov-action@v3
65+
uses: codecov/codecov-action@v4
6666
with:
6767
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 commit comments

Comments
 (0)