We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f2f73 commit 0807185Copy full SHA for 0807185
.github/workflows/go.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: golangci/golangci-lint-action@v3
27
with:
28
version: latest
29
- args: "--out-${NO_FUTURE}format colored-line-number"
+ args: "--out-format colored-line-number"
30
31
build:
32
name: Build and test - Go ${{ matrix.go_version }}
0 commit comments