Skip to content

Commit 8aa0eb2

Browse files
committed
Merge branch 'master' into refactor-tests
2 parents d557fc6 + 0d7233b commit 8aa0eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-go-task.yaml renamed to .github/workflows/check-go-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ jobs:
126126
version: 3.x
127127

128128
- name: Install golangci-lint
129-
uses: golangci/golangci-lint-action@v3
129+
uses: golangci/golangci-lint-action@v8
130130
with:
131-
version: v1.54
131+
version: v2.1.6
132132

133133
- name: Check style
134134
env:

0 commit comments

Comments
 (0)