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

Go 1.18 #26

Closed brurucy closed 2 years ago

brurucy commented 2 years ago

staticcheck already supports go 1.18, but review dog doesn't

Is there a release on the way?

shogo82148 commented 2 years ago

see https://github.com/reviewdog/action-golangci-lint/issues/73#issuecomment-813386935

We should add the following snippet into the examples in README.

- use: actions/setup-go@v3
  with:
    go-version: "1.18"