mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-25 04:01:29 +02:00
Move container env
This commit is contained in:
parent
c5877ac74a
commit
9cf05070ce
3
.github/workflows/golang-test-linux.yml
vendored
3
.github/workflows/golang-test-linux.yml
vendored
@ -150,8 +150,6 @@ jobs:
|
|||||||
name: "Client (Docker) / Unit"
|
name: "Client (Docker) / Unit"
|
||||||
needs: [ build-cache ]
|
needs: [ build-cache ]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
env:
|
|
||||||
CONTAINER: "true"
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
@ -183,6 +181,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
HOST_GOCACHE: ${{ steps.go-env.outputs.cache_dir }}
|
HOST_GOCACHE: ${{ steps.go-env.outputs.cache_dir }}
|
||||||
HOST_GOMODCACHE: ${{ steps.go-env.outputs.modcache_dir }}
|
HOST_GOMODCACHE: ${{ steps.go-env.outputs.modcache_dir }}
|
||||||
|
CONTAINER: "true"
|
||||||
run: |
|
run: |
|
||||||
CONTAINER_GOCACHE="/root/.cache/go-build"
|
CONTAINER_GOCACHE="/root/.cache/go-build"
|
||||||
CONTAINER_GOMODCACHE="/go/pkg/mod"
|
CONTAINER_GOMODCACHE="/go/pkg/mod"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user