Disable Go module info caching.

This commit is contained in:
Felix Fontein 2024-07-07 20:20:10 +02:00
parent f69a29403b
commit ff412f475e

View File

@ -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: |