Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit afa0507

Browse files
authored
fix the version of golang-ci (#92)
1 parent df0f666 commit afa0507

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
run: echo "::add-matcher::.github/problem-matcher.json"
5050
- name: golangci-lint
5151
uses: golangci/golangci-lint-action@v2
52+
with:
53+
version: v1.43.0
5254
- name: yamllint
5355
uses: ibiqlik/action-yamllint@v3
5456
- name: setup go

0 commit comments

Comments
 (0)