Hello, I would like to ask everyone in @golangci/team and @golangci/core-team about you opinion in removing the setup-go as direct dependency. Now we are stuck in upgrading any dependencies, fixing any vulns, due to inability to build the setup-go package. So if we remove it then we will need to explicitly install go, like ```yaml steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 # <-- here - name: golangci-lint uses: golangci/golangci-lint-action@v2 ``` of course it will require to bump v3.