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
+1
View File
@@ -24,6 +24,7 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: ${{ matrix.goVer }} go-version: ${{ matrix.goVer }}
cache: false
id: go id: go
- name: cache go modules - name: cache go modules