diff --git a/.gitea/workflows/pull-request-ci.yaml b/.gitea/workflows/pull-request-ci.yaml index 0261cab..777f4f6 100644 --- a/.gitea/workflows/pull-request-ci.yaml +++ b/.gitea/workflows/pull-request-ci.yaml @@ -14,6 +14,8 @@ jobs: - name: Setup go uses: actions/setup-go@v5 + volumes: + - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -43,6 +45,8 @@ jobs: - name: Set up go uses: actions/setup-go@v5 + volumes: + - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -75,6 +79,8 @@ jobs: - name: Set up go uses: actions/setup-go@v5 + volumes: + - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true diff --git a/.gitea/workflows/push-ci.yaml b/.gitea/workflows/push-ci.yaml index 03e0505..660cd9a 100644 --- a/.gitea/workflows/push-ci.yaml +++ b/.gitea/workflows/push-ci.yaml @@ -15,6 +15,8 @@ jobs: - name: Setup go uses: actions/setup-go@v5 + volumes: + - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -44,6 +46,8 @@ jobs: - name: Set up go uses: actions/setup-go@v5 + volumes: + - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -76,6 +80,8 @@ jobs: - name: Set up go uses: actions/setup-go@v5 + volumes: + - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true diff --git a/.gitea/workflows/tag-release.yaml b/.gitea/workflows/tag-release.yaml index f8048b8..bdfdc9c 100644 --- a/.gitea/workflows/tag-release.yaml +++ b/.gitea/workflows/tag-release.yaml @@ -16,6 +16,8 @@ jobs: - name: Setup go uses: actions/setup-go@v5 + volumes: + - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -45,6 +47,8 @@ jobs: - name: Set up go uses: actions/setup-go@v5 + volumes: + - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -75,6 +79,8 @@ jobs: - name: Setup go uses: actions/setup-go@v5 + volumes: + - act-toolcache:/toolcache with: go-version-file: 'go.mod'