From c301ef8b53109e390a4435206be95c2fb2f45174 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Tue, 8 Oct 2024 12:59:13 -0500 Subject: [PATCH] Update go-testing-ci.yml to disable caching during setup-go action Signed-off-by: Lee Calcote --- .github/workflows/go-testing-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go-testing-ci.yml b/.github/workflows/go-testing-ci.yml index 41d6935cd2..43c917c4ab 100644 --- a/.github/workflows/go-testing-ci.yml +++ b/.github/workflows/go-testing-ci.yml @@ -30,6 +30,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} + cache: false - uses: actions/checkout@v4 - name: golangci-lint uses: golangci/golangci-lint-action@v6