We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faca0f commit 6a8ff67Copy full SHA for 6a8ff67
.github/workflows/check-go-task.yml
@@ -116,7 +116,7 @@ jobs:
116
- name: golangci-lint
117
uses: golangci/golangci-lint-action@v4
118
with:
119
- version: v1.55
+ version: v1.57
120
121
- name: Check style
122
env:
.golangci.yml
@@ -81,7 +81,7 @@ linters-settings:
81
82
issues:
83
# Fix found issues (if it's supported by the linter).
84
- fix: true
+ fix: false
85
# List of regexps of issue texts to exclude.
86
#
87
# But independently of this option we use default exclude patterns,
0 commit comments