mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-29 11:09:36 -05:00
ci: adds go version and goproxy env
This commit is contained in:
parent
fec3bb9096
commit
937d25c7f2
1 changed files with 4 additions and 0 deletions
4
.github/workflows/unit-test.yaml
vendored
4
.github/workflows/unit-test.yaml
vendored
|
|
@ -12,6 +12,10 @@ on:
|
|||
- 'vendor/**'
|
||||
- '.github/workflows/**'
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.15"
|
||||
GOPROXY: https://gocenter.io,https://proxy.golang.org,direct
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue