Skip to content

Commit 74c441b

Browse files
authored
Merge pull request #30 from fastly/joeshaw/nilness-master
lint: use nilness from master
2 parents f7c0bdb + 1134ad1 commit 74c441b

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)