From 0bb71f61d47a5c5c5ba26d615c246f3aa95ce69e Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Wed, 7 Feb 2024 22:05:00 -0500 Subject: [PATCH] Enable caching build environment --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 870107e..03233ed 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,6 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: + cache-dependency-path: './go.sum' go-version-file: './go.mod' - name: Build