From 2af8094cab4138027a7a1fe9a17203f4195c44e0 Mon Sep 17 00:00:00 2001 From: batphonghan Date: Mon, 26 Feb 2024 20:46:47 +0700 Subject: [PATCH] No cache --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4f4c2e29..de21629f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: '1.19' - cache: true + cache: false - name: Golangci-lint uses: golangci/golangci-lint-action@v4 @@ -37,7 +37,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: '1.19' - cache: true + cache: false - name: Check out code into the Go module directory uses: actions/checkout@v4