From b8ba99a7b2dbf576b354be4ae7e3f038da625ab1 Mon Sep 17 00:00:00 2001 From: Sam Sheffield Date: Thu, 25 Jul 2024 13:29:11 -0400 Subject: [PATCH] fix --- .github/workflows/ci-lint.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 8d3379d0bb..ec258ae10d 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -15,12 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. - - uses: actions/setup-go@v5 - with: - go-version-file: go.mod - cache-dependency-path: go.sum - cache: true + fetch-depth: 0 - name: Get changed files id: changed-files uses: tj-actions/changed-files@v44