We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afad8ff commit 69bca29Copy full SHA for 69bca29
.github/workflows/golang_lint_and_test.yml
@@ -12,9 +12,6 @@ jobs:
12
- run: go version
13
- uses: golangci/golangci-lint-action@v2
14
with:
15
- # Required: the version of golangci-lint is required and must be
16
- # specified without patch version: we always use the latest patch version.
17
- # https://github.com/golangci/golangci-lint/releases
18
version: latest
19
args: -E gofmt
20
- run: go test ./...
0 commit comments