ci: Disable build setup-go cache flag (#309)

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ 2024-01-30 12:43:45 +08:00
parent 096f69ff7f
commit 18786d1ebc

View File

@ -24,6 +24,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.goVer }}
cache: false
id: go
- name: cache go modules