Skip to content

Commit

Permalink
golang_lint_and_test.yml: Remove out-of-date comments (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 4, 2021
1 parent afad8ff commit 69bca29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/golang_lint_and_test.yml
Expand Up @@ -12,9 +12,6 @@ jobs:
- run: go version
- uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be
# specified without patch version: we always use the latest patch version.
# https://github.com/golangci/golangci-lint/releases
version: latest
args: -E gofmt
- run: go test ./...

0 comments on commit 69bca29

Please sign in to comment.