Skip to content

Commit 89d3288

Browse files
authored
Update golangci-lint.yml
1 parent 14d7ed8 commit 89d3288

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
args: --issues-exit-code=0 # Hopefully someday we can remove this...
1818
# Only show new issues if this is a pull request...
1919
# only-new-issues: true
20-
- run: echo "::set-env name=PATH::/home/runner/golangci-lint-1.27.0-linux-amd64:$PATH"
2120
- run: go version ; golangci-lint --version # Fix the following and remove || true
2221
- run: golangci-lint run --no-config ciphers || true
2322
- run: golangci-lint run --no-config data-structures/binary-tree || true

0 commit comments

Comments
 (0)