chore: disable go cache

This commit is contained in:
2023-01-26 20:41:08 +01:00
committed by Daniel Carrillo
parent 5982683cdd
commit b13a30c354

View File

@ -18,10 +18,9 @@ jobs:
- uses: actions/checkout@v3
- name: install go
uses: actions/setup-go@v3
uses: actions/setup-go@v2
with:
go-version: "1.19"
cache: true
- name: Lint
run: make ${{ matrix.make }}