Skip to content

Commit

Permalink
resolve typo
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Yacob <[email protected]>
  • Loading branch information
MarcosDY committed May 15, 2024
1 parent 21f344c commit beb6cf0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@ jobs:
integration-windows:
name: integration (windows)
env:
GOPATH: ${{WINDOWS_GO_PATH}}\go
GOCACHE: ${{WINDOWS_GO_PATH}}\cache
GOMODCACHE: ${{WINDOWS_GO_PATH}}\modcache
GOPATH: ${{WINDOWS_GO_PATH}}go
GOCACHE: ${{WINDOWS_GO_PATH}}cache
GOMODCACHE: ${{WINDOWS_GO_PATH}}modcache
runs-on: windows-2022
needs: images-windows
timeout-minutes: 45
Expand Down Expand Up @@ -420,9 +420,9 @@ jobs:
runs-on: windows-2022
timeout-minutes: 45
env:
GOPATH: ${{WINDOWS_GO_PATH}}\go
GOCACHE: ${{WINDOWS_GO_PATH}}\cache
GOMODCACHE: ${{WINDOWS_GO_PATH}}\modcache
GOPATH: ${{WINDOWS_GO_PATH}}go
GOCACHE: ${{WINDOWS_GO_PATH}}cache
GOMODCACHE: ${{WINDOWS_GO_PATH}}modcache

permissions:
contents: read
Expand Down Expand Up @@ -450,9 +450,9 @@ jobs:
timeout-minutes: 45

env:
GOPATH: ${{WINDOWS_GO_PATH}}\go
GOCACHE: ${{WINDOWS_GO_PATH}}\cache
GOMODCACHE: ${{WINDOWS_GO_PATH}}\modcache
GOPATH: ${{WINDOWS_GO_PATH}}go
GOCACHE: ${{WINDOWS_GO_PATH}}cache
GOMODCACHE: ${{WINDOWS_GO_PATH}}modcache

permissions:
contents: read
Expand Down Expand Up @@ -499,9 +499,9 @@ jobs:
timeout-minutes: 45

env:
GOPATH: ${{WINDOWS_GO_PATH}}\go
GOCACHE: ${{WINDOWS_GO_PATH}}\cache
GOMODCACHE: ${{WINDOWS_GO_PATH}}\modcache
GOPATH: ${{WINDOWS_GO_PATH}}go
GOCACHE: ${{WINDOWS_GO_PATH}}cache
GOMODCACHE: ${{WINDOWS_GO_PATH}}modcache

permissions:
contents: read
Expand Down Expand Up @@ -539,9 +539,9 @@ jobs:
timeout-minutes: 45

env:
GOPATH: ${{WINDOWS_GO_PATH}}\go
GOCACHE: ${{WINDOWS_GO_PATH}}\cache
GOMODCACHE: ${{WINDOWS_GO_PATH}}\modcache
GOPATH: ${{WINDOWS_GO_PATH}}go
GOCACHE: ${{WINDOWS_GO_PATH}}cache
GOMODCACHE: ${{WINDOWS_GO_PATH}}modcache

permissions:
contents: read
Expand Down

0 comments on commit beb6cf0

Please sign in to comment.