Skip to content

Commit 4923941

Browse files
authored
use fork of sqlclosecheck (#1014)
In #1012, I'm updating the Go version to 1.25 to be able to use the experimental `synctest` package, but one of our linters isn't compatible. I opened a PR (linked in the code), but I don't want to have to wait for the maintainer (there's a PR that's 2 weeks old with no comments). So this PR uses my fork instead.
2 parents e183094 + 15e0a36 commit 4923941

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
run: go vet -v ./...
5050

5151
- name: Install sqlclosecheck
52-
run: go install github.com/ryanrolds/sqlclosecheck@latest
52+
# TODO revert to github.com/ryanrolds/sqlclosecheck when https://github.com/ryanrolds/sqlclosecheck/pull/47 is merged
53+
run: go install github.com/LeMikaelF/sqlclosecheck@1da86b1d3e6944a00c18d525f2dfba006f4cbd6c
5354

5455
- name: sqlclosecheck
5556
run: go vet -vettool=${HOME}/go/bin/sqlclosecheck ./...

0 commit comments

Comments
 (0)