From d21a8c4fa92b642d0802aebf925738eeb555775c Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Sun, 25 Aug 2024 07:55:51 -0500 Subject: [PATCH] ci: fix setup go action version file --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fce9e49..cd09397 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - version-file: go.mod + go-version-file: go.mod + cache-dependency-path: '**/go.sum' - name: Run Go Vet run: | make vet