If a pull request has changed any Go file, even if the new push doesn't change any, we should re-run Go checks to make GitHub Checks look consistent.
@@ -3,6 +3,9 @@ on:
push:
paths:
- '**.go'
+ pull_request:
+ paths:
+ - '**.go'
env:
GOPROXY: "https://proxy.golang.org"