Go autoupdates in 1.23 so add env var to prevent it in any step that has network access
As far as I can tell even running go mod download
will trigger a version check/upgrade with network access by default
setting go to stick with the local toolchain by running go env -w GOTOOLCHAIN=local
should be added to any go step with network access like downloading dependancies