chore: disable go cache

This commit is contained in:
Daniel Carrillo 2023-01-26 20:41:08 +01:00 committed by Daniel Carrillo
parent 5982683cdd
commit b13a30c354
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 2 deletions

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 }}