reviewdog / action-staticcheck

🐶 Run staticcheck with reviewdog on pull requests to improve code review experience.
https://github.com/marketplace?type=actions&query=reviewdog
MIT License
18 stars 2 forks source link

fails on golang 1.16 code #18

Closed quinn-freshly closed 3 years ago

quinn-freshly commented 3 years ago

i'm getting errors like WriteFile not declared by package os. staticcheck seems to work fine locally.

shogo82148 commented 3 years ago

Maybe, it is same as https://github.com/reviewdog/action-golangci-lint/issues/73#issuecomment-813386935

quinn-freshly commented 3 years ago

that seemed to fix it, thank you!