Skip to content

Commit 1134ad1

Browse files
committed
lint: use nilness from master
The latest release of nilness panics when used with Go 1.20. See golang/go#58296. This was fixed, but hasn't been released yet, which is why we pull from master.
1 parent f7c0bdb commit 1134ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
staticcheck ./...
1717
- name: nilness
1818
run: |
19-
go install golang.org/x/tools/go/analysis/passes/nilness/cmd/nilness@latest
19+
go install golang.org/x/tools/go/analysis/passes/nilness/cmd/nilness@master
2020
nilness ./...
2121
- name: ineffassign
2222
run: |

0 commit comments

Comments
 (0)