Skip to content

Commit

Permalink
more...
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 7fe4a55 commit 17d9fb1
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 @@ -371,9 +371,9 @@ jobs:
timeout-minutes: 45

env:
GOPATH: ${{ WINDOWS_GO_PATH }}
GOCACHE: ${{ WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ WINDOWS_GO_MODCACHE }}
GOPATH: ${{ env.WINDOWS_GO_PATH }}
GOCACHE: ${{ env.WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ env.WINDOWS_GO_MODCACHE }}

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

env:
GOPATH: ${{ WINDOWS_GO_PATH }}
GOCACHE: ${{ WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ WINDOWS_GO_MODCACHE }}
GOPATH: ${{ env.WINDOWS_GO_PATH }}
GOCACHE: ${{ env.WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ env.WINDOWS_GO_MODCACHE }}

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

env:
GOPATH: ${{ WINDOWS_GO_PATH }}
GOCACHE: ${{ WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ WINDOWS_GO_MODCACHE }}
GOPATH: ${{ env.WINDOWS_GO_PATH }}
GOCACHE: ${{ env.WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ env.WINDOWS_GO_MODCACHE }}

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

env:
GOPATH: ${{ WINDOWS_GO_PATH }}
GOCACHE: ${{ WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ WINDOWS_GO_MODCACHE }}
GOPATH: ${{ env.WINDOWS_GO_PATH }}
GOCACHE: ${{ env.WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ env.WINDOWS_GO_MODCACHE }}

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

env:
GOPATH: ${{ WINDOWS_GO_PATH }}
GOCACHE: ${{ WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ WINDOWS_GO_MODCACHE }}
GOPATH: ${{ env.WINDOWS_GO_PATH }}
GOCACHE: ${{ env.WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ env.WINDOWS_GO_MODCACHE }}

permissions:
contents: read
Expand Down

0 comments on commit 17d9fb1

Please sign in to comment.