mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +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
|
||||
with:
|
||||
go-version: '1.22'
|
||||
cache: false # true (default) results in warnings since we don't use Go modules
|
||||
|
||||
- name: Build ${{ matrix.name }} image
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user