attempt to remove cache

This commit is contained in:
Christian Mouchet
2022-05-17 10:56:14 +02:00
committed by Jean-Philippe Bossuat
parent c48d455201
commit ee82816852

View File

@@ -2,8 +2,7 @@ name: CI Checks
on:
push:
jobs:
ci:
- ci:
name: Go ${{ matrix.go }}
runs-on: ubuntu-latest
strategy:
@@ -27,12 +26,10 @@ jobs:
- name: Build
run: go build ./...
- name: Run staticcheck checks
- name: Static Checks
uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2022.1"
install-go: false
cache-key: ${{ matrix.go }}
- name: Run Makefile checks
run: make ci_tests