Skip to content

Commit 860a44b

Browse files
committed
chore: update dependencies and improve CI configuration
- Update golangci-lint-action from version `v5` to `v6` Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 640e7a5 commit 860a44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version-file: go.mod
2424
check-latest: true
2525
- name: Setup golangci-lint
26-
uses: golangci/golangci-lint-action@v5
26+
uses: golangci/golangci-lint-action@v6
2727
with:
2828
args: --verbose
2929
test:

0 commit comments

Comments
 (0)