You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frontend job uses gitea's ubuntu-latest label and actions/setup-go@v3 works fine
but actions/setup-go@v3 crashes on backend job, which uses container image image: cimg/php:8.3-node
Setup go version spec 1.23
Attempting to download 1.[2](https://gitea.stuzer.link/Euroline/b2b.euroline.ltd/actions/runs/181/jobs/1#jobstep-3-2)3...
matching 1.23...
Acquiring 1.2[3](https://gitea.stuzer.link/Euroline/b2b.euroline.ltd/actions/runs/181/jobs/1#jobstep-3-3).2 from https://github.com/actions/go-versions/releases/download/1.23.2-111[4](https://gitea.stuzer.link/Euroline/b2b.euroline.ltd/actions/runs/181/jobs/1#jobstep-3-4)5922912/go-1.23.2-linux-x64.tar.gz
Extracting Go...
[command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /tmp/18e3f49f-00b0-42bf-8fe7-9f8fc30b90aa -f /tmp/0a30f9[5](https://gitea.stuzer.link/Euroline/b2b.euroline.ltd/actions/runs/181/jobs/1#jobstep-3-5)1-e425-41aa-958e-2dc0ed5baf1b
Successfully extracted go to /tmp/18e3f49f-00b0-42bf-8fe7-9f8fc30b90aa
Adding to the cache ...
EACCES: permission denied, mkdir '/toolcache'
Falling back to download directly from Go
Install from dist
Acquiring go1.23.2 from https://storage.googleapis.com/golang/go1.23.2.linux-amd[6](https://gitea.stuzer.link/Euroline/b2b.euroline.ltd/actions/runs/181/jobs/1#jobstep-3-6)4.tar.gz
Extracting Go...
[command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /tmp/428596c0-73f9-495e-81c1-29a41c33ff27 -f /tmp/8dfbaf06-8258-4c14-b6d3-132f[7](https://gitea.stuzer.link/Euroline/b2b.euroline.ltd/actions/runs/181/jobs/1#jobstep-3-7)db466c7
Successfully extracted go to /tmp/428596c0-73f9-495e-81c1-29a41c33ff27
Adding to the cache ...
::error::Failed to download version 1.23: Error: EACCES: permission denied, mkdir '/toolcache'
mkdir error not happening if i comment RUNNER_TOOL_CACHE: /toolcache. But at the same time cache becomes unavailable
what could be the problem?
Gitea Version
1.23.0+dev-613-g259811617b
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
docker
Database
PostgreSQL
The text was updated successfully, but these errors were encountered:
Description
I have 1 workflow with 2 jobs
frontend
job uses gitea's ubuntu-latest label andactions/setup-go@v3
works finebut
actions/setup-go@v3
crashes onbackend
job, which uses container imageimage: cimg/php:8.3-node
mkdir error not happening if i comment
RUNNER_TOOL_CACHE: /toolcache
. But at the same time cache becomes unavailablewhat could be the problem?
Gitea Version
1.23.0+dev-613-g259811617b
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
docker
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: