File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ jobs:
7171 working-directory : ${{ matrix.go-module }}
7272 - if : ${{ startsWith(matrix.os, 'ubuntu') }}
7373 name : Linting
74- uses : golangci/golangci-lint-action@v6
74+ uses : golangci/golangci-lint-action@v8
7575 with :
7676 # Required: the version of golangci-lint is required and must be specified without patch version.
7777 version : latest
7878 working-directory : ${{ matrix.go-module }}
79- args : " --verbose --print-issued-lines --print-linter-name --out-${NO_FUTURE}format colored-line-number --timeout 300s --max-issues-per-linter 0 --max-same-issues 0"
79+ args : " --verbose --output.text. print-issued-lines --output.text. print-linter-name --output.tab.colors --max-issues-per-linter 0 --max-same-issues 0"
8080 - name : Test ${{ matrix.go-module }} on ${{ matrix.os }}
8181 run : go test -race -cover -v ./...
82- working-directory : ${{ matrix.go-module }}
82+ working-directory : ${{ matrix.go-module }}
You can’t perform that action at this time.
0 commit comments