mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
ci: fix absolute gopath for website
This commit is contained in:
parent
9a534021c2
commit
aa8f98be87
1 changed files with 1 additions and 1 deletions
2
.github/workflows/website.yaml
vendored
2
.github/workflows/website.yaml
vendored
|
|
@ -15,7 +15,7 @@ on:
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "1.15"
|
GO_VERSION: "1.15"
|
||||||
GOPROXY: https://gocenter.io,https://proxy.golang.org,direct
|
GOPROXY: https://gocenter.io,https://proxy.golang.org,direct
|
||||||
GOPATH: "$HOME/go"
|
GOPATH: "/go"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue