Skip to content

Commit 6788e15

Browse files
committed
ci: upgrade testing workflow to use latest action version
- Update the action version from v2.0 to v2.1 in the testing workflow Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 1029061 commit 6788e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup golangci-lint
1818
uses: golangci/golangci-lint-action@v8
1919
with:
20-
version: v2.0
20+
version: v2.1
2121
args: --verbose
2222

2323
# This step uses the Bearer GitHub Action to scan for sensitive data in the codebase.

0 commit comments

Comments
 (0)