ci: change of Go dependencies needs go test (#6368)

This commit is contained in:
ᴜɴᴋɴᴡᴏɴ
2020-10-04 08:56:46 +08:00
committed by GitHub
parent 8e028c32d4
commit cf86546dff

View File

@@ -6,9 +6,12 @@ on:
- 'release/**'
paths:
- '**.go'
- 'go.mod'
pull_request:
paths:
- '**.go'
- 'go.mod'
- '.github/workflows/go.yml'
env:
GOPROXY: "https://proxy.golang.org"