Skip to content

Commit 6a8ff67

Browse files
golang-ci-lint: bump and disable autofix
1 parent 6faca0f commit 6a8ff67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/check-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: golangci-lint
117117
uses: golangci/golangci-lint-action@v4
118118
with:
119-
version: v1.55
119+
version: v1.57
120120

121121
- name: Check style
122122
env:

Diff for: .golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ linters-settings:
8181

8282
issues:
8383
# Fix found issues (if it's supported by the linter).
84-
fix: true
84+
fix: false
8585
# List of regexps of issue texts to exclude.
8686
#
8787
# But independently of this option we use default exclude patterns,

0 commit comments

Comments
 (0)