Skip to content

Commit b376ea2

Browse files
committed
Update merge-tests.yaml
1 parent 098be06 commit b376ea2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/merge-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ jobs:
4545
- name: Run golangci-lint
4646
uses: golangci/golangci-lint-action@v2
4747
with:
48-
version: v1.36
48+
version: latest
4949
args: --config ./.github/golangci.yml
50-
# use pre-installed Go
51-
skip-go-installation: true
50+
skip-go-installation: true # use pre-installed Go
5251

5352
- name: Run requirement check
5453
run: |

0 commit comments

Comments
 (0)