Skip to content

Commit 218712e

Browse files
committed
ci: upgrade Go action version in CI workflow
- Update Go action version from v2.0 to v2.1 in the workflow configuration Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent da07e65 commit 218712e

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup golangci-lint
2626
uses: golangci/golangci-lint-action@v8
2727
with:
28-
version: v2.0
28+
version: v2.1
2929
args: --verbose
3030
test:
3131
strategy:

0 commit comments

Comments
 (0)