Skip to content

Commit 50dbd83

Browse files
authored
chore(main): Adapted linter version (ankorstore#363)
1 parent 9e24793 commit 50dbd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
go-version: ${{ inputs.go_version }}
6464
- name: Install lint
6565
working-directory: ${{ inputs.module }}
66-
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.2
66+
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
6767
- name: Run lint
6868
working-directory: ${{ inputs.module }}
6969
run: golangci-lint run

0 commit comments

Comments
 (0)