mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Disable Go module info caching.
This commit is contained in:
parent
f69a29403b
commit
ff412f475e
1
.github/workflows/docker-images.yml
vendored
1
.github/workflows/docker-images.yml
vendored
@ -55,6 +55,7 @@ jobs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.22'
|
||||||
|
cache: false # true (default) results in warnings since we don't use Go modules
|
||||||
|
|
||||||
- name: Build ${{ matrix.name }} image
|
- name: Build ${{ matrix.name }} image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user