diff --git a/.gitea/workflows/pull-request-ci.yaml b/.gitea/workflows/pull-request-ci.yaml index 777f4f6..0261cab 100644 --- a/.gitea/workflows/pull-request-ci.yaml +++ b/.gitea/workflows/pull-request-ci.yaml @@ -14,8 +14,6 @@ jobs: - name: Setup go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -45,8 +43,6 @@ jobs: - name: Set up go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -79,8 +75,6 @@ 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 660cd9a..c5217f8 100644 --- a/.gitea/workflows/push-ci.yaml +++ b/.gitea/workflows/push-ci.yaml @@ -13,10 +13,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: test log + run: env | sort + - name: Setup go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -46,8 +47,6 @@ jobs: - name: Set up go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -80,8 +79,6 @@ 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 bdfdc9c..f8048b8 100644 --- a/.gitea/workflows/tag-release.yaml +++ b/.gitea/workflows/tag-release.yaml @@ -16,8 +16,6 @@ jobs: - name: Setup go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -47,8 +45,6 @@ jobs: - name: Set up go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod' check-latest: true @@ -79,8 +75,6 @@ jobs: - name: Setup go uses: actions/setup-go@v5 - volumes: - - act-toolcache:/toolcache with: go-version-file: 'go.mod'