SIGN IN SIGN UP

fix(ci): Remove `go get` to avoid unwanted changes to `go.sum` files (#11542)

#### Summary

Same as https://github.com/cloudquery/cloudquery/pull/11541 not from a fork.

>I'm actually not sure why we have this step, but it can change `go.sum` and fail the `git diff` detection step.
If we want we can add a step that does `go mod tidy` and then check for changes, which will be more accurate for checking changes to `mod` and `sum` files.

<!--
E
Erez Rokah committed
831ca7c015394ae82629de43dabdaa8a798a8c72
Parent: 77699d2
Committed by GitHub <noreply@github.com> on 6/14/2023, 4:15:42 PM