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 beb6cf0 commit 522b00d
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 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,10 @@ 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 +500,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 +540,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 522b00d

Please sign in to comment.