From caa699c6518f782a23c78504a7100fe3d56b62e0 Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Wed, 17 Jul 2024 21:35:05 -0500 Subject: [PATCH] fix ci --- .gitea/workflows/pull-request-ci.yaml | 6 ++++++ .gitea/workflows/push-ci.yaml | 6 ++++++ .gitea/workflows/tag-release.yaml | 6 ++++++ 3 files changed, 18 insertions(+) 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'