Skip to content

Commit 69bca29

Browse files
authored
golang_lint_and_test.yml: Remove out-of-date comments (#332)
1 parent afad8ff commit 69bca29

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/golang_lint_and_test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
- run: go version
1313
- uses: golangci/golangci-lint-action@v2
1414
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
1815
version: latest
1916
args: -E gofmt
2017
- run: go test ./...

0 commit comments

Comments
 (0)